1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00
actix-web/src
2017-11-03 13:35:34 -07:00
..
application.rs better handler function ergonimics 2017-10-29 21:39:59 -07:00
body.rs make possible to use async handler 2017-11-03 13:35:34 -07:00
context.rs added new cancel_future_on_stop 2017-10-30 14:49:20 -07:00
date.rs more tests 2017-10-14 23:14:26 -07:00
decode.rs multipart implementation 2017-10-18 23:43:50 -07:00
dev.rs simplify RouteRecognizer reuse 2017-10-23 19:28:23 -07:00
error.rs better handler function ergonimics 2017-10-29 21:39:59 -07:00
httpcodes.rs refactory response body 2017-10-23 23:25:32 -07:00
httprequest.rs added HttpRequest::content_type(), query() method returns HashMap 2017-10-29 06:03:21 -07:00
httpresponse.rs make possible to use async handler 2017-11-03 13:35:34 -07:00
lib.rs make possible to use async handler 2017-11-03 13:35:34 -07:00
logger.rs Do not use as it can not parse some valid paths 2017-10-27 22:19:00 -07:00
multipart.rs refactor Payload stream 2017-10-26 23:14:33 -07:00
payload.rs refactor Payload stream 2017-10-26 23:14:33 -07:00
reader.rs fix query splitting 2017-10-29 06:03:51 -07:00
recognizer.rs better path recognision 2017-10-27 19:26:53 -07:00
resource.rs better handler function ergonimics 2017-10-29 21:39:59 -07:00
route.rs make possible to use async handler 2017-11-03 13:35:34 -07:00
server.rs Allow to start tls server with HttpServer::serve_tls 2017-11-01 16:34:58 -07:00
staticfiles.rs refactory response body 2017-10-23 23:25:32 -07:00
task.rs update tests; clippy warnings 2017-10-29 15:04:44 -07:00
ws.rs added WsWriter::close 2017-10-29 19:49:59 -07:00
wsframe.rs payload error tests 2017-10-23 14:08:11 -07:00
wsproto.rs tests 2017-10-22 18:32:54 -07:00