1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-10 20:22:07 +00:00
actix-web/src
2018-01-14 14:58:58 -08:00
..
middleware user guide spelling 2018-01-13 11:17:48 -08:00
server fix tests 2018-01-14 14:58:58 -08:00
ws Allow to explicitly disable chunked encoding 2018-01-13 16:17:33 -08:00
application.rs impl HttpHandler for Box<HttpHandler> and add helper method Application::boxed() #49 2018-01-13 18:58:17 -08:00
body.rs use more binary 2018-01-14 14:40:39 -08:00
context.rs Allow to explicitly disable chunked encoding 2018-01-13 16:17:33 -08:00
error.rs added helper future for reading request body 2018-01-03 09:23:58 -08:00
fs.rs no need for custom cookie module 2018-01-13 11:33:42 -08:00
handler.rs fix drain support for actor; make pattern more reusable 2018-01-02 23:43:17 -08:00
helpers.rs fix content length serialization #33 2018-01-02 13:39:32 -08:00
httpcodes.rs add Cors::register method 2018-01-11 11:14:18 -08:00
httprequest.rs no need for mut ref 2018-01-03 10:57:57 -08:00
httpresponse.rs Allow to explicitly disable chunked encoding 2018-01-13 16:17:33 -08:00
info.rs add HttpServer::server_hostname method 2017-12-26 14:36:03 -08:00
json.rs no need for mut ref 2018-01-03 10:57:57 -08:00
lib.rs add link to gitter 2018-01-11 18:49:30 -08:00
multipart.rs multipart field is stream of bytes 2017-12-19 09:55:49 -08:00
param.rs Param ctor is private 2017-12-27 19:19:28 -08:00
payload.rs travis config 2018-01-10 21:02:28 -08:00
pipeline.rs use Binary for writer trait 2018-01-14 13:50:38 -08:00
pred.rs remove box from predicates 2017-12-20 13:23:50 -08:00
resource.rs add resource level middlewares support 2018-01-09 20:00:18 -08:00
route.rs create custom WebsocketContext for websocket connection 2018-01-10 10:12:34 -08:00
router.rs * fix force_close 2018-01-03 18:21:34 -08:00
test.rs move server protocol impl to submodule 2018-01-11 18:35:05 -08:00