List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
diff --git a/actix_cors/index.html b/actix_cors/index.html
index b0a416f52..599dbe60e 100644
--- a/actix_cors/index.html
+++ b/actix_cors/index.html
@@ -1,4 +1,4 @@
-actix_cors - Rust Crate actix_cors[−][src]
Expand description
Cross-Origin Resource Sharing (CORS) controls for Actix Web.
+actix_cors - Rust 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 440def58e..8ce2a10b2 100644
--- a/actix_identity/all.html
+++ b/actix_identity/all.html
@@ -1,4 +1,4 @@
-List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Traits
diff --git a/actix_identity/index.html b/actix_identity/index.html
index cb300a073..928cb8bda 100644
--- a/actix_identity/index.html
+++ b/actix_identity/index.html
@@ -1,4 +1,4 @@
-actix_identity - Rust Crate actix_identity[−][src]
Expand description
Opinionated request identity service for Actix Web apps.
+actix_identity - Rust 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 661918344..b0062fde4 100644
--- a/actix_protobuf/all.html
+++ b/actix_protobuf/all.html
@@ -1,4 +1,4 @@
-List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
Traits
diff --git a/actix_protobuf/index.html b/actix_protobuf/index.html
index 1335e3be1..3cf38dc94 100644
--- a/actix_protobuf/index.html
+++ b/actix_protobuf/index.html
@@ -1,4 +1,4 @@
-actix_protobuf - Rust Crate actix_protobuf[−][src]
Structs
+actix_protobuf - Rust Crate actix_protobuf[−][src]
Structs
Enums
Traits
diff --git a/actix_redis/all.html b/actix_redis/all.html
index 877498f74..59773bf43 100644
--- a/actix_redis/all.html
+++ b/actix_redis/all.html
@@ -1,4 +1,4 @@
-List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
diff --git a/actix_redis/index.html b/actix_redis/index.html
index 59ab903f0..de4bacb6c 100644
--- a/actix_redis/index.html
+++ b/actix_redis/index.html
@@ -1,4 +1,4 @@
-actix_redis - Rust Crate actix_redis[−][src]
Expand description
Redis integration for Actix and session store for Actix Web.
+actix_redis - Rust 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 dbcc63751..ce61616ba 100644
--- a/actix_session/all.html
+++ b/actix_session/all.html
@@ -1,4 +1,4 @@
-List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
Traits
diff --git a/actix_session/index.html b/actix_session/index.html
index f2eddbdbc..10637da57 100644
--- a/actix_session/index.html
+++ b/actix_session/index.html
@@ -1,4 +1,4 @@
-actix_session - Rust Crate actix_session[−][src]
Expand description
Sessions for Actix Web.
+actix_session - Rust 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 d7dfbaa4a..1ac0d45d1 100644
--- a/actix_web_httpauth/all.html
+++ b/actix_web_httpauth/all.html
@@ -1,4 +1,4 @@
-
List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
- extractors::AuthenticationError
- extractors::basic::BasicAuth
- extractors::basic::Config
- extractors::bearer::BearerAuth
- extractors::bearer::Config
- headers::authorization::Authorization
- headers::authorization::Basic
- headers::authorization::Bearer
- headers::www_authenticate::WwwAuthenticate
- headers::www_authenticate::basic::Basic
- headers::www_authenticate::bearer::Bearer
- headers::www_authenticate::bearer::BearerBuilder
- middleware::HttpAuthentication
Enums
Traits
diff --git a/actix_web_httpauth/index.html b/actix_web_httpauth/index.html
index c9133450d..3bc7a34d5 100644
--- a/actix_web_httpauth/index.html
+++ b/actix_web_httpauth/index.html
@@ -1,4 +1,4 @@
-actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
+actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
Provides:
- Typed Authorization and WWW-Authenticate headers
List of all items[−]
Structs
Enums
Crate actix_cors[−][src]
Expand description
Cross-Origin Resource Sharing (CORS) controls for Actix Web.
+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.
List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Traits
diff --git a/actix_identity/index.html b/actix_identity/index.html
index cb300a073..928cb8bda 100644
--- a/actix_identity/index.html
+++ b/actix_identity/index.html
@@ -1,4 +1,4 @@
-actix_identity - Rust Crate actix_identity[−][src]
Expand description
Opinionated request identity service for Actix Web apps.
+actix_identity - Rust 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 661918344..b0062fde4 100644
--- a/actix_protobuf/all.html
+++ b/actix_protobuf/all.html
@@ -1,4 +1,4 @@
-List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
Traits
diff --git a/actix_protobuf/index.html b/actix_protobuf/index.html
index 1335e3be1..3cf38dc94 100644
--- a/actix_protobuf/index.html
+++ b/actix_protobuf/index.html
@@ -1,4 +1,4 @@
-actix_protobuf - Rust Crate actix_protobuf[−][src]
Structs
+actix_protobuf - Rust Crate actix_protobuf[−][src]
Structs
Enums
Traits
diff --git a/actix_redis/all.html b/actix_redis/all.html
index 877498f74..59773bf43 100644
--- a/actix_redis/all.html
+++ b/actix_redis/all.html
@@ -1,4 +1,4 @@
-List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
diff --git a/actix_redis/index.html b/actix_redis/index.html
index 59ab903f0..de4bacb6c 100644
--- a/actix_redis/index.html
+++ b/actix_redis/index.html
@@ -1,4 +1,4 @@
-actix_redis - Rust Crate actix_redis[−][src]
Expand description
Redis integration for Actix and session store for Actix Web.
+actix_redis - Rust 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 dbcc63751..ce61616ba 100644
--- a/actix_session/all.html
+++ b/actix_session/all.html
@@ -1,4 +1,4 @@
-List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
Traits
diff --git a/actix_session/index.html b/actix_session/index.html
index f2eddbdbc..10637da57 100644
--- a/actix_session/index.html
+++ b/actix_session/index.html
@@ -1,4 +1,4 @@
-actix_session - Rust Crate actix_session[−][src]
Expand description
Sessions for Actix Web.
+actix_session - Rust 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 d7dfbaa4a..1ac0d45d1 100644
--- a/actix_web_httpauth/all.html
+++ b/actix_web_httpauth/all.html
@@ -1,4 +1,4 @@
-
List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
- extractors::AuthenticationError
- extractors::basic::BasicAuth
- extractors::basic::Config
- extractors::bearer::BearerAuth
- extractors::bearer::Config
- headers::authorization::Authorization
- headers::authorization::Basic
- headers::authorization::Bearer
- headers::www_authenticate::WwwAuthenticate
- headers::www_authenticate::basic::Basic
- headers::www_authenticate::bearer::Bearer
- headers::www_authenticate::bearer::BearerBuilder
- middleware::HttpAuthentication
Enums
Traits
diff --git a/actix_web_httpauth/index.html b/actix_web_httpauth/index.html
index c9133450d..3bc7a34d5 100644
--- a/actix_web_httpauth/index.html
+++ b/actix_web_httpauth/index.html
@@ -1,4 +1,4 @@
-actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
+actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
Provides:
- Typed Authorization and WWW-Authenticate headers
List of all items[−]
Structs
Traits
Crate actix_identity[−][src]
Expand description
Opinionated request identity service for Actix Web apps.
+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.
List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
Traits
diff --git a/actix_protobuf/index.html b/actix_protobuf/index.html
index 1335e3be1..3cf38dc94 100644
--- a/actix_protobuf/index.html
+++ b/actix_protobuf/index.html
@@ -1,4 +1,4 @@
-actix_protobuf - Rust Crate actix_protobuf[−][src]
Structs
+actix_protobuf - Rust Crate actix_protobuf[−][src]
Structs
Enums
Traits
diff --git a/actix_redis/all.html b/actix_redis/all.html
index 877498f74..59773bf43 100644
--- a/actix_redis/all.html
+++ b/actix_redis/all.html
@@ -1,4 +1,4 @@
-List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
diff --git a/actix_redis/index.html b/actix_redis/index.html
index 59ab903f0..de4bacb6c 100644
--- a/actix_redis/index.html
+++ b/actix_redis/index.html
@@ -1,4 +1,4 @@
-actix_redis - Rust Crate actix_redis[−][src]
Expand description
Redis integration for Actix and session store for Actix Web.
+actix_redis - Rust 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 dbcc63751..ce61616ba 100644
--- a/actix_session/all.html
+++ b/actix_session/all.html
@@ -1,4 +1,4 @@
-List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
Traits
diff --git a/actix_session/index.html b/actix_session/index.html
index f2eddbdbc..10637da57 100644
--- a/actix_session/index.html
+++ b/actix_session/index.html
@@ -1,4 +1,4 @@
-actix_session - Rust Crate actix_session[−][src]
Expand description
Sessions for Actix Web.
+actix_session - Rust 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 d7dfbaa4a..1ac0d45d1 100644
--- a/actix_web_httpauth/all.html
+++ b/actix_web_httpauth/all.html
@@ -1,4 +1,4 @@
-
List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
- extractors::AuthenticationError
- extractors::basic::BasicAuth
- extractors::basic::Config
- extractors::bearer::BearerAuth
- extractors::bearer::Config
- headers::authorization::Authorization
- headers::authorization::Basic
- headers::authorization::Bearer
- headers::www_authenticate::WwwAuthenticate
- headers::www_authenticate::basic::Basic
- headers::www_authenticate::bearer::Bearer
- headers::www_authenticate::bearer::BearerBuilder
- middleware::HttpAuthentication
Enums
Traits
diff --git a/actix_web_httpauth/index.html b/actix_web_httpauth/index.html
index c9133450d..3bc7a34d5 100644
--- a/actix_web_httpauth/index.html
+++ b/actix_web_httpauth/index.html
@@ -1,4 +1,4 @@
-actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
+actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
Provides:
- Typed Authorization and WWW-Authenticate headers
List of all items[−]
Structs
Enums
Traits
Crate actix_protobuf[−][src]
Structs
+Crate actix_protobuf[−][src]
Structs
Enums
Traits
List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
diff --git a/actix_redis/index.html b/actix_redis/index.html
index 59ab903f0..de4bacb6c 100644
--- a/actix_redis/index.html
+++ b/actix_redis/index.html
@@ -1,4 +1,4 @@
-actix_redis - Rust Crate actix_redis[−][src]
Expand description
Redis integration for Actix and session store for Actix Web.
+actix_redis - Rust 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 dbcc63751..ce61616ba 100644
--- a/actix_session/all.html
+++ b/actix_session/all.html
@@ -1,4 +1,4 @@
-List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
Traits
diff --git a/actix_session/index.html b/actix_session/index.html
index f2eddbdbc..10637da57 100644
--- a/actix_session/index.html
+++ b/actix_session/index.html
@@ -1,4 +1,4 @@
-actix_session - Rust Crate actix_session[−][src]
Expand description
Sessions for Actix Web.
+actix_session - Rust 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 d7dfbaa4a..1ac0d45d1 100644
--- a/actix_web_httpauth/all.html
+++ b/actix_web_httpauth/all.html
@@ -1,4 +1,4 @@
-
List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
- extractors::AuthenticationError
- extractors::basic::BasicAuth
- extractors::basic::Config
- extractors::bearer::BearerAuth
- extractors::bearer::Config
- headers::authorization::Authorization
- headers::authorization::Basic
- headers::authorization::Bearer
- headers::www_authenticate::WwwAuthenticate
- headers::www_authenticate::basic::Basic
- headers::www_authenticate::bearer::Bearer
- headers::www_authenticate::bearer::BearerBuilder
- middleware::HttpAuthentication
Enums
Traits
diff --git a/actix_web_httpauth/index.html b/actix_web_httpauth/index.html
index c9133450d..3bc7a34d5 100644
--- a/actix_web_httpauth/index.html
+++ b/actix_web_httpauth/index.html
@@ -1,4 +1,4 @@
-actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
+actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
Provides:
- Typed Authorization and WWW-Authenticate headers
List of all items[−]
Structs
Enums
Crate actix_redis[−][src]
Expand description
Redis integration for Actix and session store for Actix Web.
+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 dbcc63751..ce61616ba 100644 --- a/actix_session/all.html +++ b/actix_session/all.html @@ -1,4 +1,4 @@ -List of all items[−]
+List of all items in this crate List of all items[−]
Structs
Enums
Traits
diff --git a/actix_session/index.html b/actix_session/index.html
index f2eddbdbc..10637da57 100644
--- a/actix_session/index.html
+++ b/actix_session/index.html
@@ -1,4 +1,4 @@
-actix_session - Rust Crate actix_session[−][src]
Expand description
Sessions for Actix Web.
+actix_session - Rust 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 d7dfbaa4a..1ac0d45d1 100644
--- a/actix_web_httpauth/all.html
+++ b/actix_web_httpauth/all.html
@@ -1,4 +1,4 @@
-
List of all items in this crate List of all items[−]
+List of all items in this crate List of all items[−]
Structs
- extractors::AuthenticationError
- extractors::basic::BasicAuth
- extractors::basic::Config
- extractors::bearer::BearerAuth
- extractors::bearer::Config
- headers::authorization::Authorization
- headers::authorization::Basic
- headers::authorization::Bearer
- headers::www_authenticate::WwwAuthenticate
- headers::www_authenticate::basic::Basic
- headers::www_authenticate::bearer::Bearer
- headers::www_authenticate::bearer::BearerBuilder
- middleware::HttpAuthentication
Enums
Traits
diff --git a/actix_web_httpauth/index.html b/actix_web_httpauth/index.html
index c9133450d..3bc7a34d5 100644
--- a/actix_web_httpauth/index.html
+++ b/actix_web_httpauth/index.html
@@ -1,4 +1,4 @@
-actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
+actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
Provides:
- Typed Authorization and WWW-Authenticate headers
List of all items[−]
Structs
Enums
Traits
Crate actix_session[−][src]
Expand description
Sessions for Actix Web.
+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 d7dfbaa4a..1ac0d45d1 100644 --- a/actix_web_httpauth/all.html +++ b/actix_web_httpauth/all.html @@ -1,4 +1,4 @@ -
List of all items[−]
+List of all items in this crate List of all items[−]
Structs
- extractors::AuthenticationError
- extractors::basic::BasicAuth
- extractors::basic::Config
- extractors::bearer::BearerAuth
- extractors::bearer::Config
- headers::authorization::Authorization
- headers::authorization::Basic
- headers::authorization::Bearer
- headers::www_authenticate::WwwAuthenticate
- headers::www_authenticate::basic::Basic
- headers::www_authenticate::bearer::Bearer
- headers::www_authenticate::bearer::BearerBuilder
- middleware::HttpAuthentication
Enums
Traits
diff --git a/actix_web_httpauth/index.html b/actix_web_httpauth/index.html
index c9133450d..3bc7a34d5 100644
--- a/actix_web_httpauth/index.html
+++ b/actix_web_httpauth/index.html
@@ -1,4 +1,4 @@
-actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
+actix_web_httpauth - Rust Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
Provides:
- Typed Authorization and WWW-Authenticate headers
List of all items[−]
Structs
- extractors::AuthenticationError
- extractors::basic::BasicAuth
- extractors::basic::Config
- extractors::bearer::BearerAuth
- extractors::bearer::Config
- headers::authorization::Authorization
- headers::authorization::Basic
- headers::authorization::Bearer
- headers::www_authenticate::WwwAuthenticate
- headers::www_authenticate::basic::Basic
- headers::www_authenticate::bearer::Bearer
- headers::www_authenticate::bearer::BearerBuilder
- middleware::HttpAuthentication
Enums
Traits
Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
+Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
Provides:
- Typed Authorization and WWW-Authenticate headers