\ No newline at end of file
diff --git a/actix_cors/enum.CorsError.html b/actix_cors/enum.CorsError.html
index ad333a004..19b106598 100644
--- a/actix_cors/enum.CorsError.html
+++ b/actix_cors/enum.CorsError.html
@@ -1,4 +1,4 @@
-CorsError in actix_cors - Rust
+CorsError in actix_cors - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_cors/index.html b/actix_cors/index.html
index e1cdd4485..102d21ba4 100644
--- a/actix_cors/index.html
+++ b/actix_cors/index.html
@@ -1,17 +1,17 @@
-actix_cors - Rust
\ No newline at end of file
diff --git a/actix_cors/struct.Cors.html b/actix_cors/struct.Cors.html
index 899bdcae9..8869d17ea 100644
--- a/actix_cors/struct.Cors.html
+++ b/actix_cors/struct.Cors.html
@@ -1,18 +1,18 @@
-Cors in actix_cors - Rust
To construct a CORS middleware, call Cors::default() to create a blank, restrictive builder.
Then use any of the builder methods to customize CORS behavior.
The alternative Cors::permissive() constructor is available for local development, allowing
all origins and headers, etc. The permissive constructor should not be used in production.
In all cases, behavior for this crate follows the Fetch Standard CORS protocol. See that
document for information on exact semantics for configuration options and combinations.
Errors surface in the middleware initialization phase. This means that, if you have logs enabled
in Actix Web (using env_logger or other crate that exposes logs from the log crate), error
messages will outline what is wrong with the CORS configuration in the server logs and the
server will fail to start up or serve requests.
use actix_cors::Cors;
use actix_web::http::header;
@@ -43,7 +43,7 @@ response header.
If the origin of the request doesn’t match any allowed origins and at least one
allowed_origin_fn function is set, these functions will be used to determinate
allowed origins.
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_identity/all.html b/actix_identity/all.html
index 39f5adef5..effece199 100644
--- a/actix_identity/all.html
+++ b/actix_identity/all.html
@@ -1,2 +1,2 @@
-List of all items in this crate
\ No newline at end of file
diff --git a/actix_identity/config/enum.LogoutBehaviour.html b/actix_identity/config/enum.LogoutBehaviour.html
index df25b6a58..5a2d8b9c7 100644
--- a/actix_identity/config/enum.LogoutBehaviour.html
+++ b/actix_identity/config/enum.LogoutBehaviour.html
@@ -1,4 +1,4 @@
-LogoutBehaviour in actix_identity::config - Rust
pub enum LogoutBehaviour {
PurgeSession,
DeleteIdentityKeys,
@@ -14,17 +14,17 @@ is not tied to the user’s identity and should be retained after logout.
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_identity/config/index.html b/actix_identity/config/index.html
index 4f5a63b4d..8c61fb9fe 100644
--- a/actix_identity/config/index.html
+++ b/actix_identity/config/index.html
@@ -1,5 +1,5 @@
-actix_identity::config - Rust
LogoutBehaviour controls what actions are going to be performed when Identity::logout is
invoked.
\ No newline at end of file
diff --git a/actix_identity/config/struct.IdentityMiddlewareBuilder.html b/actix_identity/config/struct.IdentityMiddlewareBuilder.html
index af1c4321a..bbb89b6fb 100644
--- a/actix_identity/config/struct.IdentityMiddlewareBuilder.html
+++ b/actix_identity/config/struct.IdentityMiddlewareBuilder.html
@@ -1,4 +1,4 @@
-IdentityMiddlewareBuilder in actix_identity::config - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_identity/error/enum.GetIdentityError.html b/actix_identity/error/enum.GetIdentityError.html
index 445a5799c..9c4c26447 100644
--- a/actix_identity/error/enum.GetIdentityError.html
+++ b/actix_identity/error/enum.GetIdentityError.html
@@ -1,29 +1,29 @@
-GetIdentityError in actix_identity::error - Rust
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_identity/error/index.html b/actix_identity/error/index.html
index 3bfc73dfc..20ba3741c 100644
--- a/actix_identity/error/index.html
+++ b/actix_identity/error/index.html
@@ -1,3 +1,3 @@
-actix_identity::error - Rust
Errors that can occur while retrieving an identity.
\ No newline at end of file
diff --git a/actix_identity/error/struct.LoginError.html b/actix_identity/error/struct.LoginError.html
index 943c9a3e2..9fe4c31dc 100644
--- a/actix_identity/error/struct.LoginError.html
+++ b/actix_identity/error/struct.LoginError.html
@@ -1,19 +1,19 @@
-LoginError in actix_identity::error - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_identity/error/struct.LostIdentityError.html b/actix_identity/error/struct.LostIdentityError.html
index c7a759522..55558d27e 100644
--- a/actix_identity/error/struct.LostIdentityError.html
+++ b/actix_identity/error/struct.LostIdentityError.html
@@ -1,20 +1,20 @@
-LostIdentityError in actix_identity::error - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_identity/error/struct.MissingIdentityError.html b/actix_identity/error/struct.MissingIdentityError.html
index 79d164653..4e6ea678f 100644
--- a/actix_identity/error/struct.MissingIdentityError.html
+++ b/actix_identity/error/struct.MissingIdentityError.html
@@ -1,19 +1,19 @@
-MissingIdentityError in actix_identity::error - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_identity/error/struct.SessionExpiryError.html b/actix_identity/error/struct.SessionExpiryError.html
index aa5bf2c37..0d51da9db 100644
--- a/actix_identity/error/struct.SessionExpiryError.html
+++ b/actix_identity/error/struct.SessionExpiryError.html
@@ -1,19 +1,19 @@
-SessionExpiryError in actix_identity::error - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_identity/index.html b/actix_identity/index.html
index 6c3ccfdc7..d5782fd53 100644
--- a/actix_identity/index.html
+++ b/actix_identity/index.html
@@ -1,9 +1,9 @@
-actix_identity - Rust
By default, actix-identity does not automatically log out users. You can change this behaviour
by customising the configuration for IdentityMiddleware via IdentityMiddleware::builder.
In particular, you can automatically log out users who:
Helper trait to retrieve an Identity instance from various actix-web’s types.
\ No newline at end of file
diff --git a/actix_identity/struct.Identity.html b/actix_identity/struct.Identity.html
index 16dedcb97..1da10a18e 100644
--- a/actix_identity/struct.Identity.html
+++ b/actix_identity/struct.Identity.html
@@ -1,9 +1,9 @@
-Identity in actix_identity - Rust
A verified user identity. It can be used as a request extractor.
The lifecycle of a user identity is tied to the lifecycle of the underlying session. If the
session is destroyed (e.g. the session expired), the user identity will be forgotten, de-facto
forcing a user log out.
What happens if you try to extract an Identity out of a request that does not have a valid
identity attached? The API will return a 401 UNAUTHORIZED to the caller.
If you want to customise this behaviour, consider extracting Option<Identity> or
Result<Identity, actix_web::Error> instead of a bare Identity: you will then be fully in
control of the error path.
use actix_web::{get, Responder};
use actix_identity::Identity;
@@ -67,7 +67,7 @@ control of the error path.
This method should be called after you have successfully authenticated the user. After
login has been called, the user will be able to access all routes that require a valid
Identity.
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_identity/struct.IdentityMiddleware.html b/actix_identity/struct.IdentityMiddleware.html
index 51df81219..1e02784b2 100644
--- a/actix_identity/struct.IdentityMiddleware.html
+++ b/actix_identity/struct.IdentityMiddleware.html
@@ -1,4 +1,4 @@
-IdentityMiddleware in actix_identity - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_identity/trait.IdentityExt.html b/actix_identity/trait.IdentityExt.html
index 103932e24..f3270f7d1 100644
--- a/actix_identity/trait.IdentityExt.html
+++ b/actix_identity/trait.IdentityExt.html
@@ -1,4 +1,4 @@
-IdentityExt in actix_identity - Rust
\ No newline at end of file
diff --git a/actix_limitation/constant.DEFAULT_COOKIE_NAME.html b/actix_limitation/constant.DEFAULT_COOKIE_NAME.html
index fb7986ed0..edca0c621 100644
--- a/actix_limitation/constant.DEFAULT_COOKIE_NAME.html
+++ b/actix_limitation/constant.DEFAULT_COOKIE_NAME.html
@@ -1,3 +1,3 @@
-DEFAULT_COOKIE_NAME in actix_limitation - Rust
\ No newline at end of file
diff --git a/actix_limitation/constant.DEFAULT_PERIOD_SECS.html b/actix_limitation/constant.DEFAULT_PERIOD_SECS.html
index eca8d556d..7c3d99962 100644
--- a/actix_limitation/constant.DEFAULT_PERIOD_SECS.html
+++ b/actix_limitation/constant.DEFAULT_PERIOD_SECS.html
@@ -1,3 +1,3 @@
-DEFAULT_PERIOD_SECS in actix_limitation - Rust
\ No newline at end of file
diff --git a/actix_limitation/constant.DEFAULT_REQUEST_LIMIT.html b/actix_limitation/constant.DEFAULT_REQUEST_LIMIT.html
index 80557af5c..6bfbdb6a8 100644
--- a/actix_limitation/constant.DEFAULT_REQUEST_LIMIT.html
+++ b/actix_limitation/constant.DEFAULT_REQUEST_LIMIT.html
@@ -1,3 +1,3 @@
-DEFAULT_REQUEST_LIMIT in actix_limitation - Rust
\ No newline at end of file
diff --git a/actix_limitation/constant.DEFAULT_SESSION_KEY.html b/actix_limitation/constant.DEFAULT_SESSION_KEY.html
index eca476a45..40302ccb3 100644
--- a/actix_limitation/constant.DEFAULT_SESSION_KEY.html
+++ b/actix_limitation/constant.DEFAULT_SESSION_KEY.html
@@ -1,3 +1,3 @@
-DEFAULT_SESSION_KEY in actix_limitation - Rust
\ No newline at end of file
diff --git a/actix_limitation/enum.Error.html b/actix_limitation/enum.Error.html
index 849c87690..7b76d4712 100644
--- a/actix_limitation/enum.Error.html
+++ b/actix_limitation/enum.Error.html
@@ -1,4 +1,4 @@
-Error in actix_limitation - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_limitation/index.html b/actix_limitation/index.html
index dee5cb687..c3cb1694d 100644
--- a/actix_limitation/index.html
+++ b/actix_limitation/index.html
@@ -1,4 +1,4 @@
-actix_limitation - Rust
\ No newline at end of file
diff --git a/actix_limitation/struct.Builder.html b/actix_limitation/struct.Builder.html
index c74e29b55..d045ebff1 100644
--- a/actix_limitation/struct.Builder.html
+++ b/actix_limitation/struct.Builder.html
@@ -1,4 +1,4 @@
-Builder in actix_limitation - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_limitation/struct.Limiter.html b/actix_limitation/struct.Limiter.html
index fa4cd6a73..d84ef4afe 100644
--- a/actix_limitation/struct.Limiter.html
+++ b/actix_limitation/struct.Limiter.html
@@ -1,4 +1,4 @@
-Limiter in actix_limitation - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_limitation/struct.RateLimiter.html b/actix_limitation/struct.RateLimiter.html
index b7bf75024..3793714f0 100644
--- a/actix_limitation/struct.RateLimiter.html
+++ b/actix_limitation/struct.RateLimiter.html
@@ -1,4 +1,4 @@
-RateLimiter in actix_limitation - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_limitation/struct.Status.html b/actix_limitation/struct.Status.html
index cb9b3d657..23a9587aa 100644
--- a/actix_limitation/struct.Status.html
+++ b/actix_limitation/struct.Status.html
@@ -1,4 +1,4 @@
-Status in actix_limitation - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_protobuf/all.html b/actix_protobuf/all.html
index 615288a40..5b44b9ab5 100644
--- a/actix_protobuf/all.html
+++ b/actix_protobuf/all.html
@@ -1,2 +1,2 @@
-List of all items in this crate
\ No newline at end of file
diff --git a/actix_protobuf/enum.ProtoBufPayloadError.html b/actix_protobuf/enum.ProtoBufPayloadError.html
index 92d113f05..962f6d196 100644
--- a/actix_protobuf/enum.ProtoBufPayloadError.html
+++ b/actix_protobuf/enum.ProtoBufPayloadError.html
@@ -1,4 +1,4 @@
-ProtoBufPayloadError in actix_protobuf - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_protobuf/index.html b/actix_protobuf/index.html
index 58eaf65ff..93db54b5e 100644
--- a/actix_protobuf/index.html
+++ b/actix_protobuf/index.html
@@ -1,4 +1,4 @@
-actix_protobuf - Rust
\ No newline at end of file
diff --git a/actix_protobuf/struct.ProtoBuf.html b/actix_protobuf/struct.ProtoBuf.html
index e9546d000..7ad824118 100644
--- a/actix_protobuf/struct.ProtoBuf.html
+++ b/actix_protobuf/struct.ProtoBuf.html
@@ -1,4 +1,4 @@
-ProtoBuf in actix_protobuf - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_protobuf/struct.ProtoBufConfig.html b/actix_protobuf/struct.ProtoBufConfig.html
index 8a3bb05fe..76775bbbf 100644
--- a/actix_protobuf/struct.ProtoBufConfig.html
+++ b/actix_protobuf/struct.ProtoBufConfig.html
@@ -1,18 +1,18 @@
-ProtoBufConfig in actix_protobuf - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_protobuf/struct.ProtoBufMessage.html b/actix_protobuf/struct.ProtoBufMessage.html
index 474843658..bd21dc96c 100644
--- a/actix_protobuf/struct.ProtoBufMessage.html
+++ b/actix_protobuf/struct.ProtoBufMessage.html
@@ -1,11 +1,11 @@
-ProtoBufMessage in actix_protobuf - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_protobuf/trait.ProtoBufResponseBuilder.html b/actix_protobuf/trait.ProtoBufResponseBuilder.html
index dcf125574..27c7da840 100644
--- a/actix_protobuf/trait.ProtoBufResponseBuilder.html
+++ b/actix_protobuf/trait.ProtoBufResponseBuilder.html
@@ -1,4 +1,4 @@
-ProtoBufResponseBuilder in actix_protobuf - Rust
\ No newline at end of file
diff --git a/actix_redis/enum.Error.html b/actix_redis/enum.Error.html
index f073ea8a0..ebacc6ff8 100644
--- a/actix_redis/enum.Error.html
+++ b/actix_redis/enum.Error.html
@@ -1,4 +1,4 @@
-Error in actix_redis - Rust
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_redis/enum.RespError.html b/actix_redis/enum.RespError.html
index 29715ce43..9be4b0589 100644
--- a/actix_redis/enum.RespError.html
+++ b/actix_redis/enum.RespError.html
@@ -1,4 +1,4 @@
-RespError in actix_redis - Rust
pub enum RespError {
Internal(String),
IO(Arc<Error>),
@@ -17,22 +17,22 @@ chains of futures; but it occurring at runtime should be considered a catastroph
failure.
If any error is propagated this way that needs to be handled, then it should be made into
a proper option.
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_redis/enum.RespValue.html b/actix_redis/enum.RespValue.html
index 0e4e30707..da00c3f9f 100644
--- a/actix_redis/enum.RespValue.html
+++ b/actix_redis/enum.RespValue.html
@@ -1,4 +1,4 @@
-RespValue in actix_redis - Rust
Return a Result containing either Self or Error. Errors can occur due to either: a) the particular
RespValue being incompatible with the required type, or b) a remote Redis error occuring.
Attaches the current defaultSubscriber to this type, returning a
diff --git a/actix_redis/index.html b/actix_redis/index.html
index da19a0b32..f3dca5529 100644
--- a/actix_redis/index.html
+++ b/actix_redis/index.html
@@ -1,5 +1,5 @@
-actix_redis - Rust
A single RESP value, this owns the data that is read/to-be written to Redis.
\ No newline at end of file
diff --git a/actix_redis/macro.resp_array.html b/actix_redis/macro.resp_array.html
index b325a1b71..944868b27 100644
--- a/actix_redis/macro.resp_array.html
+++ b/actix_redis/macro.resp_array.html
@@ -1,11 +1,11 @@
-resp_array in actix_redis - Rust
Macro to create a RESP array, useful for preparing commands to send. Elements can be any type, or a mixture
of types, that satisfy Into<RespValue>.
As a general rule, if a value is moved, the data can be deconstructed (if appropriate, e.g. String) and the raw
data moved into the corresponding RespValue. If a reference is provided, the data will be copied instead.