pub struct Request { /* private fields */ }
Expand description
Creates a new request with a url.
Sets the request credentials.
Sets the request integrity.
Sets the observer callback.
Sets the request redirect.
Sets the request referrer.
Sets the request referrer policy.
Sets the request abort signal.
Creates a new GET
Request
with url.
Creates a new POST
Request
with url.
Creates a new PUT
Request
with url.
Creates a new DELETE
Request
with url.
Creates a new PATCH
Request
with url.
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.