1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00
actix-web/src
2019-05-15 08:38:59 -07:00
..
client Fix client payload decompression #674 2019-03-28 20:40:25 -07:00
header clippy fmt 2018-08-23 09:48:01 -07:00
middleware Fix preflight CORS header compliance; refactor previous patch. (#717) 2019-03-11 07:26:54 +03:00
server add x509 to stream extension (#844) 2019-05-15 08:38:59 -07: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 fixing little typo in docs (#711) 2019-03-01 11:34:58 +03:00
fs.rs Ignored the If-Modified-Since if If-None-Match is specified (#680) (#692) 2019-02-09 00:33:00 +03: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 httpresponse: add constructor for HttpResponseBuilder (#697) 2019-03-13 17:20:18 +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 Improve change askama_escape in favor of v_htmlescape (#651) 2019-01-03 22:34:18 +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 feat: enable use of patch as request method (#718) 2019-03-14 11:36:10 +03: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 feat: enable use of patch as request method (#718) 2019-03-14 11:36:10 +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