diff --git a/doc/.timestamp b/doc/.timestamp index 29873c1254..31a77071f1 100644 --- a/doc/.timestamp +++ b/doc/.timestamp @@ -1 +1 @@ -Fri Apr 26 09:43:54 UTC 2024 +Fri Apr 26 09:47:10 UTC 2024 diff --git a/doc/gotham_restful/all.html b/doc/gotham_restful/all.html index e59d349299..95832025e4 100644 --- a/doc/gotham_restful/all.html +++ b/doc/gotham_restful/all.html @@ -1,4 +1,4 @@ List of all items in this crate +data-use_system_theme="false">

List of all items

Structs

Enums

Traits

Attribute Macros

Derive Macros

Functions

Type Aliases

\ No newline at end of file diff --git a/doc/gotham_restful/attr.create.html b/doc/gotham_restful/attr.create.html index 7b3612dbcf..973d688f9d 100644 --- a/doc/gotham_restful/attr.create.html +++ b/doc/gotham_restful/attr.create.html @@ -1,4 +1,4 @@ create in gotham_restful - Rust +data-use_system_theme="false">

Attribute Macro gotham_restful::create

#[create]
\ No newline at end of file diff --git a/doc/gotham_restful/attr.delete.html b/doc/gotham_restful/attr.delete.html index 9c910f6de0..11cd2e4d49 100644 --- a/doc/gotham_restful/attr.delete.html +++ b/doc/gotham_restful/attr.delete.html @@ -1,4 +1,4 @@ delete in gotham_restful - Rust +data-use_system_theme="false">

Attribute Macro gotham_restful::delete

#[delete]
\ No newline at end of file diff --git a/doc/gotham_restful/attr.delete_all.html b/doc/gotham_restful/attr.delete_all.html index eb35edb3f5..2ee84404d8 100644 --- a/doc/gotham_restful/attr.delete_all.html +++ b/doc/gotham_restful/attr.delete_all.html @@ -1,4 +1,4 @@ delete_all in gotham_restful - Rust +data-use_system_theme="false">

Attribute Macro gotham_restful::delete_all

#[delete_all]
\ No newline at end of file diff --git a/doc/gotham_restful/attr.endpoint.html b/doc/gotham_restful/attr.endpoint.html index bb31a80e3d..4761357495 100644 --- a/doc/gotham_restful/attr.endpoint.html +++ b/doc/gotham_restful/attr.endpoint.html @@ -1,4 +1,4 @@ endpoint in gotham_restful - Rust +data-use_system_theme="false">

Attribute Macro gotham_restful::endpoint

#[endpoint]
\ No newline at end of file diff --git a/doc/gotham_restful/attr.read.html b/doc/gotham_restful/attr.read.html index 8178d39b3e..57e7e58f19 100644 --- a/doc/gotham_restful/attr.read.html +++ b/doc/gotham_restful/attr.read.html @@ -1,4 +1,4 @@ read in gotham_restful - Rust +data-use_system_theme="false">

Attribute Macro gotham_restful::read

#[read]
\ No newline at end of file diff --git a/doc/gotham_restful/attr.read_all.html b/doc/gotham_restful/attr.read_all.html index cee3309e85..8f5a945298 100644 --- a/doc/gotham_restful/attr.read_all.html +++ b/doc/gotham_restful/attr.read_all.html @@ -1,4 +1,4 @@ read_all in gotham_restful - Rust +data-use_system_theme="false">

Attribute Macro gotham_restful::read_all

#[read_all]
\ No newline at end of file diff --git a/doc/gotham_restful/attr.search.html b/doc/gotham_restful/attr.search.html index 42404e2856..80d999af3b 100644 --- a/doc/gotham_restful/attr.search.html +++ b/doc/gotham_restful/attr.search.html @@ -1,4 +1,4 @@ search in gotham_restful - Rust +data-use_system_theme="false">

Attribute Macro gotham_restful::search

#[search]
\ No newline at end of file diff --git a/doc/gotham_restful/attr.update.html b/doc/gotham_restful/attr.update.html index 7754d2a365..560d9adb9e 100644 --- a/doc/gotham_restful/attr.update.html +++ b/doc/gotham_restful/attr.update.html @@ -1,4 +1,4 @@ update in gotham_restful - Rust +data-use_system_theme="false">

Attribute Macro gotham_restful::update

#[update]
\ No newline at end of file diff --git a/doc/gotham_restful/attr.update_all.html b/doc/gotham_restful/attr.update_all.html index 77e935b9ab..424ff69c7e 100644 --- a/doc/gotham_restful/attr.update_all.html +++ b/doc/gotham_restful/attr.update_all.html @@ -1,4 +1,4 @@ update_all in gotham_restful - Rust +data-use_system_theme="false">

Attribute Macro gotham_restful::update_all

#[update_all]
\ No newline at end of file diff --git a/doc/gotham_restful/cors/enum.Headers.html b/doc/gotham_restful/cors/enum.Headers.html index 8527c68bca..7ff7c588c7 100644 --- a/doc/gotham_restful/cors/enum.Headers.html +++ b/doc/gotham_restful/cors/enum.Headers.html @@ -1,6 +1,6 @@ Headers in gotham_restful::cors - Rust +data-use_system_theme="false">
pub enum Headers {
     None,
     List(Vec<HeaderName>),
diff --git a/doc/gotham_restful/cors/enum.Origin.html b/doc/gotham_restful/cors/enum.Origin.html
index 1c43ae96d8..23f878d557 100644
--- a/doc/gotham_restful/cors/enum.Origin.html
+++ b/doc/gotham_restful/cors/enum.Origin.html
@@ -1,6 +1,6 @@
 Origin in gotham_restful::cors - Rust
+data-use_system_theme="false">
     
pub enum Origin {
     None,
     Star,
diff --git a/doc/gotham_restful/cors/fn.handle_cors.html b/doc/gotham_restful/cors/fn.handle_cors.html
index c06ec48880..e2af7e0302 100644
--- a/doc/gotham_restful/cors/fn.handle_cors.html
+++ b/doc/gotham_restful/cors/fn.handle_cors.html
@@ -1,6 +1,6 @@
 handle_cors in gotham_restful::cors - Rust
+data-use_system_theme="false">
     
pub fn handle_cors(state: &State, res: &mut Response<Body>)
Expand description

Handle CORS for a non-preflight request. This means manipulating the res HTTP headers so that the response is aligned with the state’s CorsConfig.

If you are using the Resource type (which is the recommended way), you’ll never diff --git a/doc/gotham_restful/cors/index.html b/doc/gotham_restful/cors/index.html index 176ff913b0..49f29903f2 100644 --- a/doc/gotham_restful/cors/index.html +++ b/doc/gotham_restful/cors/index.html @@ -1,6 +1,6 @@ gotham_restful::cors - Rust

+data-use_system_theme="false">

Module gotham_restful::cors

source ·

Structs§

  • This is the configuration that the CORS handler will follow. Its default configuration is basically not to touch any responses, resulting in the browser’s default behaviour.

Enums§

Variants§

§

Forbidden(AuthError)

§

Other(E)

Trait Implementations§

source§

impl<E: Clone> Clone for AuthErrorOrOther<E>

source§

fn clone(&self) -> AuthErrorOrOther<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E: Debug> Debug for AuthErrorOrOther<E>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<E> From<AuthError> for AuthErrorOrOther<E>

source§

fn from(arg0: AuthError) -> Self

Converts to this type from the input type.
source§

impl<E, F> From<F> for AuthErrorOrOther<E>
where - F: Sealed + Into<E>,

source§

fn from(err: F) -> Self

Converts to this type from the input type.
source§

impl<E> IntoResponseError for AuthErrorOrOther<E>

source§

fn from(arg0: AuthError) -> Self

Converts to this type from the input type.
source§

impl<E, F> From<F> for AuthErrorOrOther<E>
where + F: Sealed + Into<E>,

source§

fn from(err: F) -> Self

Converts to this type from the input type.
source§

impl<E> IntoResponseError for AuthErrorOrOther<E>

Auto Trait Implementations§

§

impl<E> RefUnwindSafe for AuthErrorOrOther<E>
where E: RefUnwindSafe,

§

impl<E> Send for AuthErrorOrOther<E>
where E: Send,

§

impl<E> Sync for AuthErrorOrOther<E>
where diff --git a/doc/gotham_restful/enum.AuthSource.html b/doc/gotham_restful/enum.AuthSource.html index b06911489a..663c40084f 100644 --- a/doc/gotham_restful/enum.AuthSource.html +++ b/doc/gotham_restful/enum.AuthSource.html @@ -1,6 +1,6 @@ AuthSource in gotham_restful - Rust +data-use_system_theme="false">
pub enum AuthSource {
     Cookie(String),
     Header(HeaderName),
diff --git a/doc/gotham_restful/enum.AuthStatus.html b/doc/gotham_restful/enum.AuthStatus.html
index 3141a50621..17b9c2c291 100644
--- a/doc/gotham_restful/enum.AuthStatus.html
+++ b/doc/gotham_restful/enum.AuthStatus.html
@@ -1,6 +1,6 @@
 AuthStatus in gotham_restful - Rust
+data-use_system_theme="false">
     
pub enum AuthStatus<T: Send + 'static> {
     Unknown,
     Unauthenticated,
diff --git a/doc/gotham_restful/index.html b/doc/gotham_restful/index.html
index 2a7fc9fc73..823f9469c8 100644
--- a/doc/gotham_restful/index.html
+++ b/doc/gotham_restful/index.html
@@ -1,6 +1,6 @@
 gotham_restful - Rust