1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 09:23:54 +00:00
actix-web/src
2018-12-11 19:37:52 +03:00
..
client Remove usage of upcoming keyword async 2018-12-05 18:23:04 +03:00
header clippy fmt 2018-08-23 09:48:01 -07:00
middleware Remove usage of upcoming keyword async 2018-12-05 18:23:04 +03:00
server do not stop on keep-alive timer if sink is not completly flushed 2018-11-08 20:46:13 -08:00
ws Add set_mailbox_capacity() function 2018-12-02 08:40:09 +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 add impl FromRequest for Either<A,B> (#618) 2018-12-10 19:02: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 clippy fmt 2018-08-23 09:48:01 -07: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 clippy fmt 2018-08-23 09:48:01 -07:00
lib.rs Export PathConfig and QueryConfig 2018-11-20 23:06:38 +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 fix ssl config for client connector 2018-09-27 22:15:38 -07: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