1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-03 15:39:50 +00:00
actix-web/src
2017-12-20 15:26:28 -08:00
..
middlewares update doc strings 2017-12-19 16:09:19 -08:00
application.rs update tests 2017-12-14 20:29:49 -08:00
body.rs update guide 2017-12-13 22:36:28 -08:00
channel.rs refactor keep-alive; update guide 2017-12-13 21:38:47 -08:00
context.rs hide httpresponse box 2017-12-15 16:24:15 -08:00
encoding.rs simplify content-length calculation 2017-12-16 07:29:15 -08:00
error.rs refactor url encoded body parsing 2017-12-19 14:03:01 -08:00
fs.rs rename FromRequest trait to Responder 2017-12-14 09:43:42 -08:00
h1.rs refactor url encoded body parsing 2017-12-19 14:03:01 -08:00
h1writer.rs simplify content-length calculation 2017-12-16 07:29:15 -08:00
h2.rs better SharedBytes usage for h2 2017-12-14 20:48:31 -08:00
h2writer.rs simplify content-length calculation 2017-12-16 07:29:15 -08:00
handler.rs more general Responder implementaiton for response future 2017-12-20 15:26:28 -08:00
helpers.rs simplify content-length calculation 2017-12-16 07:29:15 -08:00
httpcodes.rs rename FromRequest trait to Responder 2017-12-14 09:43:42 -08:00
httprequest.rs refactor url encoded body parsing 2017-12-19 14:03:01 -08:00
httpresponse.rs h1 cleanups 2017-12-15 22:49:48 -08:00
info.rs simplify Application creation; update url dispatch guide section 2017-12-11 14:16:29 -08:00
lib.rs refactor payload 2017-12-19 00:18:57 -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 fix typos 2017-12-19 00:29:25 -08:00
pipeline.rs cleanup response 2017-12-15 20:00:12 -08:00
pred.rs remove box from predicates 2017-12-20 13:23:50 -08:00
resource.rs remove box from predicates 2017-12-20 13:23:50 -08:00
route.rs remove box from predicates 2017-12-20 13:23:50 -08:00
router.rs update tests 2017-12-13 08:00:25 -08:00
server.rs simplify server start method 2017-12-19 09:08:36 -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