mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-31 11:02:08 +01:00
eemove non-relevant comment from actix-http README.md (#1701)
This commit is contained in:
parent
1596893ef7
commit
f9e3f78e45
@ -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…
x
Reference in New Issue
Block a user