Rocket/core/lib/tests
Jeb Rosen 2f3edd7793 Make 'Fairing::on_response' and 'Responder::respond_to' async.
This is required to be able to do anything useful with the body in the
outgoing response. Request fairings do not appear to need to be async
as everything on Data that returns a future moves self and on_request only
gets &Data, but the same change in this commit should work for on_request
if desired.
2019-09-21 11:37:20 -07:00
..
absolute-uris-okay-issue-443.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
conditionally-set-server-header-996.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
derive-reexports.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
fairing_before_head_strip-issue-546.rs Make 'Fairing::on_response' and 'Responder::respond_to' async. 2019-09-21 11:37:20 -07:00
flash-lazy-removes-issue-466.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
form_method-issue-45.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
form_value_decoding-issue-82.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
head_handling.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
limits.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
local-request-content-type-issue-505.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
local_request_private_cookie-issue-368.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
mount_point.rs Migrate core to Rust 2018. 2019-06-25 13:45:23 -04:00
nested-fairing-attaches.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
precise-content-type-matching.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
redirect_from_catcher-issue-113.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
responder_lifetime-issue-345.rs Make 'Fairing::on_response' and 'Responder::respond_to' async. 2019-09-21 11:37:20 -07:00
route_guard.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
segments-issues-41-86.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
strict_and_lenient_forms.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00
uri-percent-encoding-issue-808.rs Update core lib tests for async. 2019-09-21 11:37:20 -07:00