1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 08:22:59 +01:00
actix-web/src
2017-12-26 14:36:03 -08:00
..
middlewares update doc strings 2017-12-19 16:09:19 -08:00
application.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
body.rs update guide 2017-12-13 22:36:28 -08:00
channel.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
context.rs simplify drain feature 2017-12-24 11:58:09 -08:00
encoding.rs simplify drain feature 2017-12-24 11:58:09 -08:00
error.rs update doc strings 2017-12-20 23:19:21 -08:00
fs.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
h1.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
h1writer.rs fix tests 2017-12-25 19:42:55 -08:00
h2.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
h2writer.rs simplify content-length calculation 2017-12-16 07:29:15 -08:00
handler.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
helpers.rs fix tests 2017-12-25 19:42:55 -08:00
httpcodes.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
httprequest.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
httpresponse.rs update test 2017-12-20 23:36:52 -08:00
info.rs add HttpServer::server_hostname method 2017-12-26 14:36:03 -08:00
json.rs add doc string 2017-12-20 20:56:17 -08:00
lib.rs added JsonBody future 2017-12-20 20:30:54 -08:00
multipart.rs multipart field is stream of bytes 2017-12-19 09:55:49 -08:00
param.rs various server optimizations 2017-12-14 19:34:31 -08:00
payload.rs added JsonBody future 2017-12-20 20:30:54 -08:00
pipeline.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
pred.rs remove box from predicates 2017-12-20 13:23:50 -08:00
resource.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
route.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
router.rs refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
server.rs add HttpServer::server_hostname method 2017-12-26 14:36:03 -08:00
ws.rs refactor payload 2017-12-19 00:18:57 -08:00
wsframe.rs payload error tests 2017-10-23 14:08:11 -07:00
wsproto.rs refactor error handling 2017-11-15 20:06:28 -10:00