1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 17:46:38 +02:00

update tests

This commit is contained in:
Nikolay Kim
2017-10-22 08:14:23 -07:00
parent afe9459ce1
commit d555fcabfc
3 changed files with 5 additions and 5 deletions

View File

@@ -168,7 +168,7 @@ impl<S> ApplicationBuilder<S> where S: 'static {
/// impl Route for MyRoute {
/// type State = ();
///
/// fn request(req: HttpRequest,
/// fn request(req: &mut HttpRequest,
/// payload: Payload,
/// ctx: &mut HttpContext<Self>) -> Reply<Self> {
/// Reply::reply(httpcodes::HTTPOk)