1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 08:22:59 +01:00
actix-web/src
2018-03-26 16:12:25 -07:00
..
client Fix panic on invalid URL characters #130 2018-03-22 18:08:12 -07:00
header silence AsciiExt deprecation warn 2018-03-26 16:12:25 -07:00
middleware fix panic in cors if request does not contain origin header and send_wildcard is not set 2018-03-10 08:31:20 -08:00
server add path and query extractors 2018-03-26 15:58:30 -07:00
ws spelling check 2018-03-24 09:35:52 +03:00
application.rs create default CpuPool 2018-03-07 14:56:53 -08: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 Fix panic on invalid URL characters #130 2018-03-22 18:08:12 -07:00
extractor.rs add path and query extractors 2018-03-26 15:58:30 -07:00
fs.rs clippy warnings 2018-03-16 12:12:55 -07:00
handler.rs add path and query extractors 2018-03-26 15:58:30 -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 add protobuf feature 2018-03-08 20:56:18 -08:00
httprequest.rs add path and query extractors 2018-03-26 15:58:30 -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 return error on write zero bytes 2018-03-10 10:42:46 -08:00
lib.rs add path and query extractors 2018-03-26 15:58:30 -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 use small vec on hot path 2018-03-09 08:00:44 -08:00
route.rs create default CpuPool 2018-03-07 14:56:53 -08:00
router.rs add Pattern::with_prefix, make it usable outside of actix 2018-03-02 20:39:22 -08:00
test.rs Refactor TestServer configuration 2018-03-20 11:23:35 -07:00