From 8c96b637d891228661d6342d110fad28486ab2eb Mon Sep 17 00:00:00 2001
From: robjtede
Date: Mon, 13 Dec 2021 02:52:48 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=200805f?=
=?UTF-8?q?2b1c64c36e430d0514565c9f0ea460b20e3=20=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
actix_cors/all.html | 4 +--
actix_cors/enum.CorsError.html | 2 +-
actix_cors/index.html | 4 +--
actix_cors/struct.Cors.html | 2 +-
actix_identity/all.html | 2 +-
actix_identity/index.html | 2 +-
.../struct.CookieIdentityPolicy.html | 2 +-
actix_identity/struct.Identity.html | 2 +-
actix_identity/struct.IdentityService.html | 2 +-
actix_identity/trait.IdentityPolicy.html | 2 +-
actix_identity/trait.RequestIdentity.html | 2 +-
actix_protobuf/all.html | 2 +-
actix_protobuf/enum.ProtoBufPayloadError.html | 2 +-
actix_protobuf/index.html | 2 +-
actix_protobuf/struct.ProtoBuf.html | 2 +-
actix_protobuf/struct.ProtoBufConfig.html | 2 +-
actix_protobuf/struct.ProtoBufMessage.html | 2 +-
.../trait.ProtoBufResponseBuilder.html | 2 +-
actix_redis/all.html | 2 +-
actix_redis/enum.Error.html | 2 +-
actix_redis/enum.RespError.html | 2 +-
actix_redis/enum.RespValue.html | 2 +-
actix_redis/enum.SameSite.html | 2 +-
actix_redis/index.html | 2 +-
actix_redis/struct.Command.html | 2 +-
actix_redis/struct.RedisActor.html | 2 +-
actix_redis/struct.RedisSession.html | 2 +-
actix_session/all.html | 2 +-
actix_session/enum.SessionStatus.html | 2 +-
actix_session/index.html | 2 +-
actix_session/struct.CookieSession.html | 2 +-
actix_session/struct.Session.html | 2 +-
actix_session/trait.UserSession.html | 2 +-
actix_web_httpauth/all.html | 2 +-
.../extractors/basic/index.html | 2 +-
.../extractors/basic/struct.BasicAuth.html | 2 +-
.../extractors/basic/struct.Config.html | 2 +-
.../extractors/bearer/enum.Error.html | 2 +-
.../extractors/bearer/index.html | 2 +-
.../extractors/bearer/struct.BearerAuth.html | 2 +-
.../extractors/bearer/struct.Config.html | 2 +-
actix_web_httpauth/extractors/index.html | 2 +-
.../struct.AuthenticationError.html | 2 +-
.../extractors/trait.AuthExtractor.html | 2 +-
.../extractors/trait.AuthExtractorConfig.html | 2 +-
.../authorization/enum.ParseError.html | 2 +-
.../headers/authorization/index.html | 2 +-
.../authorization/struct.Authorization.html | 2 +-
.../headers/authorization/struct.Basic.html | 2 +-
.../headers/authorization/struct.Bearer.html | 2 +-
.../headers/authorization/trait.Scheme.html | 2 +-
actix_web_httpauth/headers/index.html | 2 +-
.../headers/www_authenticate/basic/index.html | 2 +-
.../www_authenticate/basic/struct.Basic.html | 2 +-
.../www_authenticate/bearer/enum.Error.html | 2 +-
.../www_authenticate/bearer/index.html | 2 +-
.../bearer/struct.Bearer.html | 2 +-
.../bearer/struct.BearerBuilder.html | 2 +-
.../headers/www_authenticate/index.html | 2 +-
.../struct.WwwAuthenticate.html | 2 +-
.../www_authenticate/trait.Challenge.html | 2 +-
actix_web_httpauth/index.html | 2 +-
actix_web_httpauth/middleware/index.html | 2 +-
.../middleware/struct.HttpAuthentication.html | 2 +-
settings.html | 2 +-
src/actix_cors/all_or_some.rs.html | 2 +-
src/actix_cors/builder.rs.html | 2 +-
src/actix_cors/error.rs.html | 2 +-
src/actix_cors/inner.rs.html | 2 +-
src/actix_cors/lib.rs.html | 2 +-
src/actix_cors/middleware.rs.html | 30 ++-----------------
src/actix_identity/cookie.rs.html | 2 +-
src/actix_identity/identity.rs.html | 2 +-
src/actix_identity/lib.rs.html | 2 +-
src/actix_identity/middleware.rs.html | 2 +-
src/actix_protobuf/lib.rs.html | 2 +-
src/actix_redis/lib.rs.html | 2 +-
src/actix_redis/redis.rs.html | 2 +-
src/actix_redis/session.rs.html | 2 +-
src/actix_session/cookie.rs.html | 2 +-
src/actix_session/lib.rs.html | 2 +-
.../extractors/basic.rs.html | 2 +-
.../extractors/bearer.rs.html | 2 +-
.../extractors/config.rs.html | 2 +-
.../extractors/errors.rs.html | 2 +-
src/actix_web_httpauth/extractors/mod.rs.html | 2 +-
.../headers/authorization/errors.rs.html | 2 +-
.../headers/authorization/header.rs.html | 2 +-
.../headers/authorization/mod.rs.html | 2 +-
.../authorization/scheme/basic.rs.html | 2 +-
.../authorization/scheme/bearer.rs.html | 2 +-
.../headers/authorization/scheme/mod.rs.html | 2 +-
src/actix_web_httpauth/headers/mod.rs.html | 2 +-
.../www_authenticate/challenge/basic.rs.html | 2 +-
.../challenge/bearer/builder.rs.html | 2 +-
.../challenge/bearer/challenge.rs.html | 2 +-
.../challenge/bearer/errors.rs.html | 2 +-
.../challenge/bearer/mod.rs.html | 2 +-
.../www_authenticate/challenge/mod.rs.html | 2 +-
.../headers/www_authenticate/header.rs.html | 2 +-
.../headers/www_authenticate/mod.rs.html | 2 +-
src/actix_web_httpauth/lib.rs.html | 2 +-
src/actix_web_httpauth/middleware.rs.html | 2 +-
src/actix_web_httpauth/utils.rs.html | 2 +-
104 files changed, 107 insertions(+), 133 deletions(-)
diff --git a/actix_cors/all.html b/actix_cors/all.html
index 267e14e95..66db96296 100644
--- a/actix_cors/all.html
+++ b/actix_cors/all.html
@@ -1,5 +1,5 @@
List of all items in this crate
- List of all items [− ]
+ List of all items [− ]
- Structs Enums
+ Structs Enums
\ No newline at end of file
diff --git a/actix_cors/enum.CorsError.html b/actix_cors/enum.CorsError.html
index 655bf6ca8..b6f3298a5 100644
--- a/actix_cors/enum.CorsError.html
+++ b/actix_cors/enum.CorsError.html
@@ -50,5 +50,5 @@ pub enum CorsError {
WithDispatch
wrapper. Read more
+