1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-10 20:22:07 +00:00
actix-web/src
2017-11-07 15:59:37 -08:00
..
application.rs refactor server impl and add support for alpn http2 negotiation 2017-11-04 12:33:14 -07:00
body.rs make possible to use async handler 2017-11-03 13:35:34 -07:00
channel.rs update readme 2017-11-04 13:49:05 -07:00
context.rs refactor task impl, extract stream writer to separate struct 2017-11-03 13:48:00 -07:00
date.rs more tests 2017-10-14 23:14:26 -07:00
dev.rs simplify RouteRecognizer reuse 2017-10-23 19:28:23 -07:00
encoding.rs use new brotli2 version 2017-11-07 15:59:37 -08:00
error.rs better handler function ergonimics 2017-10-29 21:39:59 -07:00
h1.rs refactor content encoding 2017-11-06 16:23:58 -08:00
h1writer.rs refactor server impl and add support for alpn http2 negotiation 2017-11-04 12:33:14 -07:00
h2.rs refactor content encoding 2017-11-06 16:23:58 -08:00
h2writer.rs refactor server impl and add support for alpn http2 negotiation 2017-11-04 12:33:14 -07:00
httpcodes.rs refactory response body 2017-10-23 23:25:32 -07:00
httprequest.rs added HttpRequest::content_type(), query() method returns HashMap 2017-10-29 06:03:21 -07:00
httpresponse.rs refactor content encoding 2017-11-06 16:23:58 -08:00
lib.rs refactor content encoding 2017-11-06 16:23:58 -08:00
logger.rs Do not use as it can not parse some valid paths 2017-10-27 22:19:00 -07:00
multipart.rs add content encoding decompression 2017-11-06 01:27:46 -08:00
payload.rs refactor content encoding 2017-11-06 16:23:58 -08:00
recognizer.rs refactor server impl and add support for alpn http2 negotiation 2017-11-04 12:33:14 -07:00
resource.rs better handler function ergonimics 2017-10-29 21:39:59 -07:00
route.rs make possible to use async handler 2017-11-03 13:35:34 -07:00
server.rs add keep-alive for h2 connection 2017-11-04 13:24:57 -07:00
staticfiles.rs refactory response body 2017-10-23 23:25:32 -07:00
task.rs fix name 2017-11-04 14:07:15 -07:00
ws.rs refactor server impl and add support for alpn http2 negotiation 2017-11-04 12:33:14 -07:00
wsframe.rs payload error tests 2017-10-23 14:08:11 -07:00
wsproto.rs tests 2017-10-22 18:32:54 -07:00