From e7583f6ae49b4416c0aab56eb485cba8d9a7fe94 Mon Sep 17 00:00:00 2001 From: robjtede Date: Wed, 29 Dec 2021 10:37:10 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2019bff?= =?UTF-8?q?0028ec335ea07a021a850fd98ec46c810aa=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_cors/all.html | 2 +- actix_cors/index.html | 2 +- actix_identity/all.html | 2 +- actix_identity/index.html | 2 +- actix_protobuf/all.html | 2 +- actix_protobuf/index.html | 2 +- actix_redis/all.html | 2 +- actix_redis/index.html | 2 +- actix_session/all.html | 2 +- actix_session/index.html | 2 +- actix_web_httpauth/all.html | 2 +- actix_web_httpauth/index.html | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/actix_cors/all.html b/actix_cors/all.html index 66ba81f24..92663b4ae 100644 --- a/actix_cors/all.html +++ b/actix_cors/all.html @@ -1,6 +1,6 @@ List of all items in this crate
logo

List of all items[] +

Crate actix_cors

Version 0.6.0-beta.8

Back to index

logo

List of all items[]

Structs

Enums

\ No newline at end of file diff --git a/actix_cors/index.html b/actix_cors/index.html index 84b5f9330..3a351c7f1 100644 --- a/actix_cors/index.html +++ b/actix_cors/index.html @@ -1,6 +1,6 @@ actix_cors - Rust
logo

Crate actix_cors[][src]

Expand description

Cross-Origin Resource Sharing (CORS) controls for Actix Web.

+

Crate actix_cors

Version 0.6.0-beta.8

logo

Crate actix_cors[][src]

Expand description

Cross-Origin Resource Sharing (CORS) controls for Actix Web.

This middleware can be applied to both applications and resources. Once built, a Cors builder can be used as an argument for Actix Web’s App::wrap(), Scope::wrap(), or Resource::wrap() methods.

diff --git a/actix_identity/all.html b/actix_identity/all.html index 30b753f02..674191145 100644 --- a/actix_identity/all.html +++ b/actix_identity/all.html @@ -1,6 +1,6 @@ List of all items in this crate

List of all items[] +

Crate actix_identity

Version 0.4.0-beta.7

Back to index

\ No newline at end of file diff --git a/actix_identity/index.html b/actix_identity/index.html index 0c5b116bf..2b82d00e5 100644 --- a/actix_identity/index.html +++ b/actix_identity/index.html @@ -1,6 +1,6 @@ actix_identity - Rust

Crate actix_identity[][src]

Expand description

Opinionated request identity service for Actix Web apps.

+

Crate actix_identity

Version 0.4.0-beta.7

Crate actix_identity[][src]

Expand description

Opinionated request identity service for Actix Web apps.

IdentityService middleware can be used with different policies types to store identity information.

A cookie based policy is provided. CookieIdentityPolicy uses cookies as identity storage.

diff --git a/actix_protobuf/all.html b/actix_protobuf/all.html index 36ecb1b6f..9ed3cb081 100644 --- a/actix_protobuf/all.html +++ b/actix_protobuf/all.html @@ -1,6 +1,6 @@ List of all items in this crate

List of all items[] +

Crate actix_protobuf

Version 0.7.0-beta.4

Back to index

\ No newline at end of file diff --git a/actix_protobuf/index.html b/actix_protobuf/index.html index fb56c1560..36c3f7c70 100644 --- a/actix_protobuf/index.html +++ b/actix_protobuf/index.html @@ -1,6 +1,6 @@ actix_protobuf - Rust

Crate actix_protobuf[][src]

Structs

+

Crate actix_protobuf

Version 0.7.0-beta.4

diff --git a/actix_redis/all.html b/actix_redis/all.html index f611f6407..12dc3214e 100644 --- a/actix_redis/all.html +++ b/actix_redis/all.html @@ -1,6 +1,6 @@ List of all items in this crate

List of all items[] +

Crate actix_redis

Version 0.10.0-beta.5

Back to index

\ No newline at end of file diff --git a/actix_redis/index.html b/actix_redis/index.html index b82ecf880..5b2f4a004 100644 --- a/actix_redis/index.html +++ b/actix_redis/index.html @@ -1,6 +1,6 @@ actix_redis - Rust

Crate actix_redis[][src]

Expand description

Redis integration for Actix and session store for Actix Web.

+

Crate actix_redis

Version 0.10.0-beta.5

Crate actix_redis[][src]

Expand description

Redis integration for Actix and session store for Actix Web.

Structs

Command for send data to Redis

Redis communication actor

diff --git a/actix_session/all.html b/actix_session/all.html index a2921f165..a443ce8c4 100644 --- a/actix_session/all.html +++ b/actix_session/all.html @@ -1,6 +1,6 @@ List of all items in this crate

List of all items[] +

Crate actix_session

Version 0.5.0-beta.7

Back to index

List of all items[]

Structs

Enums

Traits

\ No newline at end of file diff --git a/actix_session/index.html b/actix_session/index.html index 19cf679a5..9aadb0ed6 100644 --- a/actix_session/index.html +++ b/actix_session/index.html @@ -1,6 +1,6 @@ actix_session - Rust

Crate actix_session[][src]

Expand description

Sessions for Actix Web.

+

Crate actix_session

Version 0.5.0-beta.7

Crate actix_session[][src]

Expand description

Sessions for Actix Web.

Provides a general solution for session management. Session middleware could provide different implementations which could be accessed via general session API.

This crate provides a general solution for session management and includes a cookie backend. diff --git a/actix_web_httpauth/all.html b/actix_web_httpauth/all.html index 1a1642ce9..16e234352 100644 --- a/actix_web_httpauth/all.html +++ b/actix_web_httpauth/all.html @@ -1,6 +1,6 @@ List of all items in this crate

List of all items[] +

Crate actix_web_httpauth

Version 0.6.0-beta.7

Back to index

\ No newline at end of file diff --git a/actix_web_httpauth/index.html b/actix_web_httpauth/index.html index 8b6300fdb..198b58987 100644 --- a/actix_web_httpauth/index.html +++ b/actix_web_httpauth/index.html @@ -1,6 +1,6 @@ actix_web_httpauth - Rust

Crate actix_web_httpauth[][src]

Expand description

HTTP authentication schemes for actix-web.

+

Crate actix_web_httpauth

Version 0.6.0-beta.7

Crate actix_web_httpauth[][src]

Expand description

HTTP authentication schemes for actix-web.

Provides: