Note that awc is a Client library

This commit is contained in:
Igor Aleksanov 2020-09-09 06:57:42 +03:00
parent 2ce66b5765
commit 94d120a681
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
clippy::needless_doctest_main clippy::needless_doctest_main
)] )]
//! `awc` is a HTTP/WebSocket library implemented atop of `actix` stack. //! `awc` is a HTTP/WebSocket Client library implemented atop of `actix` stack.
//! //!
//! ## Making a GET request //! ## Making a GET request
//! //!