mirror of https://github.com/rwf2/Rocket.git
Clarify 'on_request' Fairing documentation.
This commit is contained in:
parent
ef44fc9497
commit
42f32351a8
|
@ -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