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
2018-04-03 17:37:17 -07:00
..
client simplify http response construction; deprecate httpcodes 2018-03-30 23:07:33 -07:00
header simplify http response construction; deprecate httpcodes 2018-03-30 23:07:33 -07:00
middleware fix doc test compatibility 2018-04-02 22:01:20 -07:00
server add extractors info to guide 2018-03-31 09:18:25 -07:00
ws add extractors info to guide 2018-03-31 09:18:25 -07:00
application.rs match resource path before executing middlewares 2018-04-02 10:27:37 -07:00
body.rs add extractor for Binary type; move all extractors to separate module 2018-04-02 14:55:42 -07:00
context.rs update doc strings 2018-03-29 15:00:18 -07:00
de.rs add extractor for Binary type; move all extractors to separate module 2018-04-02 14:55:42 -07:00
error.rs add String and Bytes extractor 2018-04-02 16:19:18 -07:00
extractor.rs add String and Bytes extractor 2018-04-02 16:19:18 -07:00
fs.rs rename Application 2018-03-31 00:16:55 -07:00
handler.rs add String and Bytes extractor 2018-04-02 16:19:18 -07:00
helpers.rs rename Application 2018-03-31 00:16:55 -07:00
httpcodes.rs simplify http response construction; deprecate httpcodes 2018-03-30 23:07:33 -07:00
httpmessage.rs add extractor for Binary type; move all extractors to separate module 2018-04-02 14:55:42 -07:00
httprequest.rs match resource path before executing middlewares 2018-04-02 10:27:37 -07:00
httpresponse.rs use build_response method 2018-04-03 17:37:17 -07:00
info.rs spelling check 2018-03-24 09:35:52 +03:00
json.rs use build_response method 2018-04-03 17:37:17 -07:00
lib.rs add String and Bytes extractor 2018-04-02 16:19:18 -07:00
multipart.rs use unreachable instead of panic 2018-03-29 15:55:27 -07:00
param.rs allow primitive types for Path extractor 2018-03-31 17:12:08 -07:00
payload.rs add path and query extractors 2018-03-26 15:58:30 -07:00
pipeline.rs match resource path before executing middlewares 2018-04-02 10:27:37 -07:00
pred.rs add extractors info to guide 2018-03-31 09:18:25 -07:00
resource.rs HttpRequest::resource() returns current matched resource 2018-04-01 17:37:22 -07:00
route.rs simplify With handlers 2018-03-31 09:58:33 -07:00
router.rs match resource path before executing middlewares 2018-04-02 10:27:37 -07:00
test.rs HttpRequest::resource() returns current matched resource 2018-04-01 17:37:22 -07:00
with.rs simplify With handlers 2018-03-31 09:58:33 -07:00