mirror of https://github.com/rwf2/Rocket.git
Clarifies on_request Fairing documentation
This commit is contained in:
parent
237370533c
commit
5145f5f7ca
|
@ -140,8 +140,8 @@ pub use self::info_kind::{Info, Kind};
|
||||||
/// It may not, however, abort or respond directly to the request; these
|
/// It may not, however, abort or respond directly to the request; these
|
||||||
/// issues are better handled via [request
|
/// issues are better handled via [request
|
||||||
/// guards](/rocket/request/trait.FromRequest.html) or via response
|
/// guards](/rocket/request/trait.FromRequest.html) or via response
|
||||||
/// callbacks. A modified request is routed as if it was the original
|
/// callbacks. Any modifications to a request are persisted and can
|
||||||
/// request.
|
/// potentially alter how a request is routed.
|
||||||
///
|
///
|
||||||
/// * **Response (`on_response`)**
|
/// * **Response (`on_response`)**
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue