1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

eemove non-relevant comment from actix-http README.md (#1701)

This commit is contained in:
Igor Aleksanov
2020-09-20 19:21:53 +03:00
committed by GitHub
parent 1596893ef7
commit f9e3f78e45

View File

@ -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;