1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00
actix-extras/src
2018-03-28 21:49:50 -07:00
..
client fix router cannot parse Non-ASCII characters in URL #137 2018-03-28 16:10:58 -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 add path and query extractors 2018-03-26 15:58:30 -07:00
ws fix doc string test 2018-03-26 23:29:53 -07:00
application.rs add Application::configure method, it simplifies configuration process 2018-03-27 11:16:02 -07:00
body.rs ws tests and proper write payload ref 2018-03-19 09:30:58 -07:00
context.rs use Error instead of InternalError for helper methods error::ErrorXXX 2018-03-18 14:18:47 -07:00
error.rs remove Path and Query from public api 2018-03-26 18:18:38 -07:00
extractor.rs optimize with and with2 method impls and tests 2018-03-28 21:33:40 -07:00
fs.rs clippy warnings 2018-03-16 12:12:55 -07:00
handler.rs add handler with exatractor 2018-03-26 23:10:31 -07:00
helpers.rs process transfer-encoding before content-length, fix tests on 32bit platform 2018-03-24 09:22:34 -07:00
httpcodes.rs add helper method for response creation 2018-03-22 21:14:57 -07:00
httpmessage.rs refactor WithHandler trait 2018-03-27 20:33:24 -07:00
httprequest.rs fix router cannot parse Non-ASCII characters in URL #137 2018-03-28 16:10:58 -07:00
httpresponse.rs add helper method for response creation 2018-03-22 21:14:57 -07:00
info.rs spelling check 2018-03-24 09:35:52 +03:00
json.rs optimize with and with2 method impls and tests 2018-03-28 21:33:40 -07:00
lib.rs update doc strings 2018-03-28 21:49:50 -07:00
multipart.rs naming 2018-03-09 05:36:40 -08: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 Fix server websockets big payloads support 2018-03-19 17:27:03 -07:00
pred.rs rename httpcodes 2018-03-01 19:12:59 -08:00
resource.rs add support for multiple extractors 2018-03-28 14:24:32 -07:00
route.rs update doc strings 2018-03-28 21:49:50 -07:00
router.rs fix router cannot parse Non-ASCII characters in URL #137 2018-03-28 16:10:58 -07:00
test.rs update doc strings 2018-03-28 21:49:50 -07:00
with.rs optimize with and with2 method impls and tests 2018-03-28 21:33:40 -07:00