List of all items[−]
+ Crate actix_cors
Version 0.6.0-beta.8
Back to index
\ 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
Crate actix_cors[−][src]
Expand description
Cross-Origin Resource Sharing (CORS) controls for Actix Web.
+ Crate actix_cors
Version 0.6.0-beta.8
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
List of all items[−]
Structs
Traits
\ 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
List of all items[−]
Structs
Enums
Traits
\ 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
List of all items[−]
Structs
Enums
\ 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
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
\ 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:
- Typed Authorization and WWW-Authenticate headers
Version 0.6.0-beta.8
Crate actix_cors[−][src]
Expand description
Cross-Origin Resource Sharing (CORS) controls for Actix Web.
+Crate actix_cors
Version 0.6.0-beta.8
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[−]
+ Crate actix_identity
Version 0.4.0-beta.7
Back to index
List of all items[−]
Structs
Traits
\ 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
List of all items[−]
Structs
Enums
Traits
\ 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
List of all items[−]
Structs
Enums
\ 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
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
\ 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:
- Typed Authorization and WWW-Authenticate headers
Version 0.4.0-beta.7
List of all items[−]
Structs
Traits
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.
List of all items[−]
+ Crate actix_protobuf
Version 0.7.0-beta.4
Back to index
List of all items[−]
Structs
Enums
Traits
\ 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
List of all items[−]
Structs
Enums
\ 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
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
\ 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:
- Typed Authorization and WWW-Authenticate headers
Version 0.7.0-beta.4
List of all items[−]
Structs
Enums
Traits
Crate actix_protobuf[−][src]
Structs
+Crate actix_protobuf
Version 0.7.0-beta.4
List of all items[−]
+ Crate actix_redis
Version 0.10.0-beta.5
Back to index
List of all items[−]
Structs
Enums
\ 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
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
\ 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:
- Typed Authorization and WWW-Authenticate headers
Version 0.10.0-beta.5
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
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[−]
+ 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
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
\ 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:
- Typed Authorization and WWW-Authenticate headers
Version 0.5.0-beta.7
List of all items[−]
Structs
Enums
Traits
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[−]
+ Crate actix_web_httpauth
Version 0.6.0-beta.7
Back to index
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
\ 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:
- Typed Authorization and WWW-Authenticate headers
Version 0.6.0-beta.7
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
Version 0.6.0-beta.7
Crate actix_web_httpauth[−][src]
Expand description
HTTP authentication schemes for actix-web.
Provides:
- Typed Authorization and WWW-Authenticate headers