mirror of
https://github.com/fafhrd91/actix-web
synced 2025-03-01 06:34:18 +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
|
## Example
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
// see examples/framed_hello.rs for complete list of used crates.
|
|
||||||
use std::{env, io};
|
use std::{env, io};
|
||||||
|
|
||||||
use actix_http::{HttpService, Response};
|
use actix_http::{HttpService, Response};
|
||||||
use actix_server::Server;
|
use actix_server::Server;
|
||||||
use futures::future;
|
use futures_util::future;
|
||||||
use http::header::HeaderValue;
|
use http::header::HeaderValue;
|
||||||
use log::info;
|
use log::info;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user