1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

add extractors info to guide

This commit is contained in:
Nikolay Kim
2018-03-31 09:18:25 -07:00
parent 3ee228005d
commit 16c212f853
7 changed files with 64 additions and 9 deletions

View File

@ -10,7 +10,7 @@
//! # extern crate actix_web;
//! # use actix::*;
//! # use actix_web::*;
//! use actix_web::ws;
//! use actix_web::{ws, HttpRequest, HttpResponse};
//!
//! // do websocket handshake and start actor
//! fn ws_index(req: HttpRequest) -> Result<HttpResponse> {