diff --git a/actix_cors/all.html b/actix_cors/all.html index 435905708..62505f47c 100644 --- a/actix_cors/all.html +++ b/actix_cors/all.html @@ -1 +1 @@ -
#[non_exhaustive]pub enum CorsError {
+CorsError in actix_cors - Rust Enum actix_cors::CorsError
source · #[non_exhaustive]pub enum CorsError {
WildcardOrigin,
MissingOrigin,
MissingRequestMethod,
@@ -16,8 +16,8 @@
§OriginNotAllowed
Origin is not allowed to make this request.
§MethodNotAllowed
Request method is not allowed.
§HeadersNotAllowed
One or more request headers are not allowed.
-
Span
], returning an
@@ -29,8 +29,8 @@
Subscriber
to this type, returning a
diff --git a/actix_cors/index.html b/actix_cors/index.html
index e45e7e36d..af1dc60db 100644
--- a/actix_cors/index.html
+++ b/actix_cors/index.html
@@ -1,4 +1,4 @@
-