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-06-07 21:20:11 -07:00
..
client add actix-web version in header 2018-06-04 08:15:04 +02:00
header fix doc test 2018-06-07 21:18:51 +00:00
middleware CORS: Do not validate Origin header on non-OPTION requests #271 2018-06-05 07:39:47 -07:00
server Add missing API docs 2018-06-02 15:52:50 +02:00
ws Add missing API docs 2018-06-02 15:52:50 +02:00
application.rs fix doc test 2018-06-07 20:22:23 -07:00
body.rs Add missing API docs 2018-06-02 15:52:50 +02:00
context.rs Add missing API docs 2018-06-02 15:52:50 +02:00
de.rs rustfmt 0.7 2018-05-17 12:20:20 -07:00
error.rs fix clippy warning 2018-06-07 19:46:46 -07:00
extractor.rs implement Debug for Form, Query, Path extractors 2018-06-02 15:00:11 -07:00
fs.rs Add missing API docs 2018-06-02 15:52:50 +02:00
handler.rs Add missing API docs 2018-06-02 15:52:50 +02:00
helpers.rs rustfmt 0.7 2018-05-17 12:20:20 -07:00
httpcodes.rs Add missing API docs 2018-06-02 15:52:50 +02:00
httpmessage.rs Support chunked encoding for UrlEncoded body #262 2018-06-02 15:00:06 -07:00
httprequest.rs add application filters 2018-06-07 19:46:38 -07:00
httpresponse.rs Added improved failure interoperability with downcasting (#285) 2018-06-07 18:53:27 +02:00
info.rs rustfmt 0.7 2018-05-17 12:20:20 -07:00
json.rs fix rustfmt formatting 2018-06-01 10:27:23 -07:00
lib.rs remove unicase dependency 2018-06-07 10:33:00 +00:00
multipart.rs defer parsing until user method call 2018-06-07 17:29:46 +00:00
param.rs cargo fmt 2018-06-01 09:37:14 -07:00
payload.rs migrate to tokio 2018-05-24 21:03:16 -07:00
pipeline.rs Middleware::response is not invoked if error result was returned by another Middleware::start #255 2018-06-04 13:42:47 -07:00
pred.rs add Host predicate 2018-06-07 20:00:54 -07:00
resource.rs Update Middleware trait to use &mut self 2018-06-02 16:47:18 +10:00
route.rs Middleware::response is not invoked if error result was returned by another Middleware::start #255 2018-06-04 13:42:47 -07:00
router.rs remove debug prints 2018-06-02 11:57:49 -07:00
scope.rs Middleware::response is not invoked if error result was returned by another Middleware::start #255 2018-06-04 13:42:47 -07:00
test.rs Add missing API docs 2018-06-02 15:52:50 +02:00
uri.rs remove deprecated types and methods 2018-04-29 21:05:10 -07:00
with.rs drop with2 and with3 2018-06-01 10:54:23 -07:00