actix-web/src
BlueC0re bfdf762062 Only return a single Origin value (#644)
Only return a single origin if matched.
2018-12-24 21:16:07 +03:00
..
client Prepare release 0.7.16 2018-12-11 21:04:05 +03:00
header clippy fmt 2018-08-23 09:48:01 -07:00
middleware Only return a single Origin value (#644) 2018-12-24 21:16:07 +03:00
server Send HTTP/1.1 100 Continue if request contains expect: continue header #634 2018-12-23 10:19:12 -08:00
ws Prepare release 0.7.16 2018-12-11 21:04:05 +03:00
application.rs clippy warnings 2018-10-01 21:16:56 -07:00
body.rs impl `From<Cow<'static, [u8]>>` for `Binary` (#611) 2018-12-02 08:32:55 +03:00
context.rs cleanup warnings 2018-07-04 21:01:27 +06:00
de.rs decode reserved characters when extracting path with configuration (#577) 2018-11-24 16:54:11 +03:00
error.rs impl ResponseError for SendError when possible (#619) 2018-12-11 19:37:52 +03:00
extensions.rs clippy warnings 2018-10-01 21:16:56 -07:00
extractor.rs Prepare release 0.7.16 2018-12-11 21:04:05 +03:00
fs.rs Merge branch 'master' of github.com:actix/actix-web 2018-11-08 16:15:45 -08:00
handler.rs add impl FromRequest for Either<A,B> (#618) 2018-12-10 19:02:05 +03:00
helpers.rs clippy fmt 2018-08-23 09:48:01 -07:00
httpcodes.rs Add missing API docs 2018-06-02 15:52:50 +02:00
httpmessage.rs Support custom content types in JsonConfig 2018-12-23 08:27:47 +03:00
httprequest.rs HttpServer not sending streamed request body on HTTP/2 requests #544 2018-10-14 08:08:12 -07:00
httpresponse.rs Use old clippy attributes syntax (#562) 2018-11-01 11:14:48 +03:00
info.rs Use old clippy attributes syntax (#562) 2018-11-01 11:14:48 +03:00
json.rs Support custom content types in JsonConfig 2018-12-23 08:27:47 +03:00
lib.rs Prepare release 0.7.16 2018-12-11 21:04:05 +03:00
multipart.rs Don't ignore errors in std::fmt::Debug implementations (#506) 2018-09-11 14:57:55 +03:00
param.rs decode reserved characters when extracting path with configuration (#577) 2018-11-24 16:54:11 +03:00
payload.rs refactor http service builder 2018-09-27 18:33:29 -07:00
pipeline.rs Fix typo in error message (#554) 2018-10-18 21:27:31 +03:00
pred.rs clippy fmt 2018-08-23 09:48:01 -07:00
resource.rs allow to use fn with multiple arguments with .with()/.with_async() 2018-08-16 20:29:06 -07:00
route.rs Remove usage of upcoming keyword async 2018-12-05 18:23:04 +03:00
router.rs clippy warnings 2018-09-11 11:25:32 -07:00
scope.rs Remove usage of upcoming keyword async 2018-12-05 18:23:04 +03:00
test.rs Prepare release 0.7.16 2018-12-11 21:04:05 +03:00
uri.rs decode reserved characters when extracting path with configuration (#577) 2018-11-24 16:54:11 +03:00
with.rs Remove usage of upcoming keyword async 2018-12-05 18:23:04 +03:00