1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-28 01:52:57 +01:00
actix-web/src
2019-04-04 13:17:55 -07:00
..
middleware remove some static contraints 2019-04-04 10:59:34 -07:00
types move multipart support to separate crate 2019-04-03 12:28:58 -07:00
app_service.rs add content-encoding decompression 2019-03-26 15:14:32 -07:00
app.rs add App::configure() - allow to offload app configuration to different methods 2019-04-03 15:09:31 -07:00
config.rs add App::configure() - allow to offload app configuration to different methods 2019-04-03 15:09:31 -07:00
data.rs remove Deref 2019-04-02 13:35:01 -07:00
error.rs Export IntoHeaderValue 2019-04-03 12:44:47 -07:00
extract.rs rename extract to types 2019-03-16 21:43:48 -07:00
guard.rs remove Deref 2019-04-02 13:35:01 -07:00
handler.rs Use thread pool for response body comression 2019-04-04 13:17:55 -07:00
info.rs cleanup doc strings and clippy warnings 2019-03-16 21:35:02 -07:00
lib.rs rust 1.31.0 compatibility 2019-04-01 10:26:09 -07:00
request.rs remove Deref 2019-04-02 13:35:01 -07:00
resource.rs add default handler 2019-03-31 18:19:18 -07:00
responder.rs remove Deref 2019-04-02 13:35:01 -07:00
rmap.rs propogate app config with http request; add tests for url_for 2019-03-09 14:06:24 -08:00
route.rs add async handler tests 2019-03-25 14:33:34 -07:00
scope.rs remove Deref 2019-04-02 13:35:01 -07:00
server.rs add rustls support to HttpServer 2019-03-29 16:28:32 -07:00
service.rs added app_data() method 2019-04-03 15:25:52 -07:00
test.rs rename test methods; update tests 2019-03-31 20:43:00 -07:00
web.rs add App::configure() - allow to offload app configuration to different methods 2019-04-03 15:09:31 -07:00