1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 05:41:50 +01:00

update example

This commit is contained in:
Nikolay Kim 2018-01-10 07:55:25 -08:00
parent d7f59ce481
commit 8aae2daafa

View File

@ -17,6 +17,7 @@
//! ```rust
//! # extern crate http;
//! # extern crate actix_web;
//! # use actix_web::*;
//! use http::header;
//! use actix_web::middleware::cors;
//!