mirror of https://github.com/fafhrd91/actix-web
docs: added cookie hint
This commit is contained in:
parent
72e684f235
commit
0fee4711c7
|
@ -13,7 +13,7 @@ use {
|
||||||
|
|
||||||
use crate::{HttpRequest, HttpResponse, Responder};
|
use crate::{HttpRequest, HttpResponse, Responder};
|
||||||
|
|
||||||
/// Allows overriding status code and headers for a [`Responder`].
|
/// Allows overriding status code and headers (cookies) for a [`Responder`].
|
||||||
///
|
///
|
||||||
/// Created by calling the [`customize`](Responder::customize) method on a [`Responder`] type.
|
/// Created by calling the [`customize`](Responder::customize) method on a [`Responder`] type.
|
||||||
pub struct CustomizeResponder<R> {
|
pub struct CustomizeResponder<R> {
|
||||||
|
|
Loading…
Reference in New Issue