mirror of https://github.com/fafhrd91/actix-web
update actix-http/README.md
This commit is contained in:
parent
1596893ef7
commit
9311f9e7ae
|
@ -13,7 +13,7 @@ Actix http
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
// see examples/framed_hello.rs for complete list of used crates.
|
// see examples/hello-world.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};
|
||||||
|
|
Loading…
Reference in New Issue