1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-06 18:22:03 +00:00
actix-web/src
2017-12-09 05:54:04 -08:00
..
middlewares use trait instead of pipeline 2017-12-09 04:33:40 -08:00
application.rs use trait instead of pipeline 2017-12-09 04:33:40 -08:00
body.rs refactor streaming responses 2017-11-30 14:42:20 -08:00
channel.rs use trait instead of pipeline 2017-12-09 04:33:40 -08:00
context.rs refactor pipeline 2017-12-01 15:45:15 -08:00
date.rs add response content encoding 2017-11-08 16:44:46 -08:00
encoding.rs use trait instead of pipeline 2017-12-09 04:33:40 -08:00
error.rs use trait instead of pipeline 2017-12-09 04:33:40 -08:00
fs.rs fix static files 2017-12-08 12:29:28 -08:00
h1.rs use trait instead of pipeline 2017-12-09 04:33:40 -08:00
h1writer.rs use trait instead of pipeline 2017-12-09 04:33:40 -08:00
h2.rs use trait instead of pipeline 2017-12-09 04:33:40 -08:00
h2writer.rs use trait instead of pipeline 2017-12-09 04:33:40 -08:00
handler.rs use Route for Applicaiton handlers 2017-12-04 14:53:40 -08:00
httpcodes.rs use Route for Applicaiton handlers 2017-12-04 14:53:40 -08:00
httprequest.rs use trait instead of pipeline 2017-12-09 04:33:40 -08:00
httpresponse.rs simplify api 2017-12-07 17:38:18 -08:00
info.rs tests for default predicates 2017-12-08 12:51:44 -08:00
lib.rs make ErrorBadRequest type useful 2017-12-08 15:25:37 -08:00
multipart.rs refactor pipeline 2017-12-01 15:45:15 -08:00
param.rs make ErrorBadRequest type useful 2017-12-08 15:25:37 -08:00
payload.rs add deref for payload item 2017-11-28 19:51:39 -08:00
pipeline.rs refactor pipeline 2017-12-09 05:54:04 -08:00
pred.rs make ErrorBadRequest type useful 2017-12-08 15:25:37 -08:00
recognizer.rs added external resources; refactor route recognizer 2017-12-07 16:22:26 -08:00
resource.rs added external resources; refactor route recognizer 2017-12-07 16:22:26 -08:00
route.rs update examples 2017-12-04 16:32:31 -08:00
router.rs use server settings for scheme and host values 2017-12-08 09:48:53 -08:00
server.rs use server settings for scheme and host values 2017-12-08 09:48:53 -08:00
ws.rs simplify application creation 2017-12-06 11:00:39 -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