1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-01 18:25:04 +00:00
actix-web/src
Harry Stern 5826f39dbe Add set_json method to TestRequest (#851)
- Takes a type which implements serde::Serialize, serializes it to JSON,
and sets it as the payload. The content-type is also set to JSON.
2019-05-18 19:36:28 -07:00
..
middleware update actix-net dependencies 2019-05-12 08:34:51 -07:00
types Support Query<T>::from_query() (#846) 2019-05-17 13:10:46 -07:00
app.rs Allow to set/override app data on scope level 2019-05-12 09:42:05 -07:00
app_service.rs update actix-net dependencies 2019-05-12 08:34:51 -07:00
config.rs Allow to set/override app data on scope level 2019-05-12 09:42:05 -07:00
data.rs update dependencies 2019-05-12 10:18:02 -07:00
error.rs fix resource match with params #841 2019-05-15 10:31:40 -07:00
extract.rs unify route and app data, it allows to provide global extractor config #775 2019-05-04 19:43:49 -07:00
guard.rs remove Deref 2019-04-02 13:35:01 -07:00
handler.rs update actix-net dependencies 2019-05-12 08:34:51 -07:00
info.rs Add .peer_addr() #744 2019-04-16 10:11:38 -07:00
lib.rs add raw services support 2019-04-24 15:29:15 -07:00
request.rs unify route and app data, it allows to provide global extractor config #775 2019-05-04 19:43:49 -07:00
resource.rs fix resource match with params #841 2019-05-15 10:31:40 -07:00
responder.rs grammar fixes (#796) 2019-04-24 13:21:42 -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 update actix-net dependencies 2019-05-12 08:34:51 -07:00
scope.rs Allow to set/override app data on scope level 2019-05-12 09:42:05 -07:00
server.rs HttpServer::shutdown_timeout u16 to u64 (#849) 2019-05-18 10:50:35 -07:00
service.rs update actix-net dependencies 2019-05-12 08:34:51 -07:00
test.rs Add set_json method to TestRequest (#851) 2019-05-18 19:36:28 -07:00
web.rs unify route and app data, it allows to provide global extractor config #775 2019-05-04 19:43:49 -07:00