docs: added cookie hint

This commit is contained in:
Sebastian Detert 2023-12-04 22:59:23 +01:00
parent 72e684f235
commit 0fee4711c7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use {
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.
pub struct CustomizeResponder<R> {