1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
This commit is contained in:
Rob Ede 2022-03-04 17:39:32 +00:00
parent e1f79dae17
commit a1d0f051b7
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -361,9 +361,8 @@ impl Cors {
self self
} }
/// Set a maximum time (in seconds) for which this CORS request maybe cached. /// Set a maximum time (in seconds) for which this CORS request may be cached. This value is set
/// This value is set as the `Access-Control-Max-Age` header as specified in /// as the `Access-Control-Max-Age` header as specified in the [Fetch Standard CORS protocol].
/// the [Fetch Standard CORS protocol].
/// ///
/// Pass a number (of seconds) or use None to disable sending max age header. /// Pass a number (of seconds) or use None to disable sending max age header.
/// ///