mirror of
https://github.com/actix/actix-web.git
synced 2025-01-20 14:08:07 +00:00
eemove non-relevant comment from actix-http README.md (#1701)
This commit is contained in:
parent
1596893ef7
commit
f9e3f78e45
1 changed files with 1 additions and 2 deletions
|
@ -13,12 +13,11 @@ Actix http
|
|||
## Example
|
||||
|
||||
```rust
|
||||
// see examples/framed_hello.rs for complete list of used crates.
|
||||
use std::{env, io};
|
||||
|
||||
use actix_http::{HttpService, Response};
|
||||
use actix_server::Server;
|
||||
use futures::future;
|
||||
use futures_util::future;
|
||||
use http::header::HeaderValue;
|
||||
use log::info;
|
||||
|
||||
|
|
Loading…
Reference in a new issue