mirror of https://github.com/fafhrd91/actix-web
fix doctest
This commit is contained in:
parent
27af320f27
commit
1d7ec0bcd9
|
@ -45,7 +45,8 @@ type ErrorHandler<B> = dyn Fn(ServiceResponse<B>) -> Result<ErrorHandlerResponse
|
||||||
/// res.response_mut()
|
/// res.response_mut()
|
||||||
/// .headers_mut()
|
/// .headers_mut()
|
||||||
/// .insert(header::CONTENT_TYPE, header::HeaderValue::from_static("Error"));
|
/// .insert(header::CONTENT_TYPE, header::HeaderValue::from_static("Error"));
|
||||||
/// Ok(ErrorHandlerResponse::Response(res))
|
///
|
||||||
|
/// Ok(ErrorHandlerResponse::Response(res.map_into_left_body()))
|
||||||
/// }
|
/// }
|
||||||
///
|
///
|
||||||
/// let app = App::new()
|
/// let app = App::new()
|
||||||
|
|
Loading…
Reference in New Issue