1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-09 05:08:32 +00:00
actix-web/src
2018-03-30 09:34:03 -07:00
..
client drop deprecated code 2018-03-29 11:06:44 -07:00
header silence AsciiExt deprecation warn 2018-03-26 16:12:25 -07:00
middleware add handler with exatractor 2018-03-26 23:10:31 -07:00
server unhide AsyncResponder; remove unused code 2018-03-30 09:34:03 -07:00
ws use unreachable instead of panic 2018-03-29 15:55:27 -07:00
application.rs drop deprecated code 2018-03-29 11:06:44 -07:00
body.rs ws tests and proper write payload ref 2018-03-19 09:30:58 -07:00
context.rs update doc strings 2018-03-29 15:00:18 -07:00
de.rs added State extractor 2018-03-29 15:41:13 -07:00
error.rs use unreachable instead of panic 2018-03-29 15:55:27 -07:00
fs.rs re-arrange exports, some doc string updates 2018-03-29 10:44:26 -07:00
handler.rs unhide AsyncResponder; remove unused code 2018-03-30 09:34:03 -07:00
helpers.rs move NormalizePath type to separate module 2018-03-29 11:39:21 -07:00
httpcodes.rs add helper method for response creation 2018-03-22 21:14:57 -07:00
httpmessage.rs use unreachable instead of panic 2018-03-29 15:55:27 -07:00
httprequest.rs use FromRequest instead of HttpRequestExtractor 2018-03-29 13:12:28 -07:00
httpresponse.rs drop deprecated code 2018-03-29 11:06:44 -07:00
info.rs spelling check 2018-03-24 09:35:52 +03:00
json.rs use FromRequest instead of HttpRequestExtractor 2018-03-29 13:12:28 -07:00
lib.rs added State extractor 2018-03-29 15:41:13 -07:00
multipart.rs use unreachable instead of panic 2018-03-29 15:55:27 -07:00
param.rs add path and query extractors 2018-03-26 15:58:30 -07:00
payload.rs add path and query extractors 2018-03-26 15:58:30 -07:00
pipeline.rs drop deprecated code 2018-03-29 11:06:44 -07:00
pred.rs rename httpcodes 2018-03-01 19:12:59 -08:00
resource.rs use FromRequest instead of HttpRequestExtractor 2018-03-29 13:12:28 -07:00
route.rs use FromRequest instead of HttpRequestExtractor 2018-03-29 13:12:28 -07:00
router.rs fix router cannot parse Non-ASCII characters in URL #137 2018-03-28 16:10:58 -07:00
test.rs drop deprecated code 2018-03-29 11:06:44 -07:00
with.rs use FromRequest instead of HttpRequestExtractor 2018-03-29 13:12:28 -07:00