Struct web_sys::Response [−][src]
#[repr(transparent)]pub struct Response { /* fields omitted */ }Expand description
The Response class.
This API requires the following crate features to be activated: Response
Implementations
Getter for the type field of this object.
This API requires the following crate features to be activated: Response, ResponseType
Getter for the url field of this object.
This API requires the following crate features to be activated: Response
Getter for the redirected field of this object.
This API requires the following crate features to be activated: Response
Getter for the status field of this object.
This API requires the following crate features to be activated: Response
Getter for the ok field of this object.
This API requires the following crate features to be activated: Response
Getter for the statusText field of this object.
This API requires the following crate features to be activated: Response
Getter for the headers field of this object.
This API requires the following crate features to be activated: Headers, Response
Getter for the bodyUsed field of this object.
This API requires the following crate features to be activated: Response
Getter for the body field of this object.
This API requires the following crate features to be activated: ReadableStream, Response
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: Blob, Response
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: Response
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: Response
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: FormData, Response
pub fn new_with_opt_url_search_params(
body: Option<&UrlSearchParams>
) -> Result<Response, JsValue>
pub fn new_with_opt_url_search_params(
body: Option<&UrlSearchParams>
) -> Result<Response, JsValue>
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: Response, UrlSearchParams
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: Response
pub fn new_with_opt_readable_stream(
body: Option<&ReadableStream>
) -> Result<Response, JsValue>
pub fn new_with_opt_readable_stream(
body: Option<&ReadableStream>
) -> Result<Response, JsValue>
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: ReadableStream, Response
pub fn new_with_opt_blob_and_init(
body: Option<&Blob>,
init: &ResponseInit
) -> Result<Response, JsValue>
pub fn new_with_opt_blob_and_init(
body: Option<&Blob>,
init: &ResponseInit
) -> Result<Response, JsValue>
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: Blob, Response, ResponseInit
pub fn new_with_opt_buffer_source_and_init(
body: Option<&Object>,
init: &ResponseInit
) -> Result<Response, JsValue>
pub fn new_with_opt_buffer_source_and_init(
body: Option<&Object>,
init: &ResponseInit
) -> Result<Response, JsValue>
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: Response, ResponseInit
pub fn new_with_opt_u8_array_and_init(
body: Option<&mut [u8]>,
init: &ResponseInit
) -> Result<Response, JsValue>
pub fn new_with_opt_u8_array_and_init(
body: Option<&mut [u8]>,
init: &ResponseInit
) -> Result<Response, JsValue>
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: Response, ResponseInit
pub fn new_with_opt_form_data_and_init(
body: Option<&FormData>,
init: &ResponseInit
) -> Result<Response, JsValue>
pub fn new_with_opt_form_data_and_init(
body: Option<&FormData>,
init: &ResponseInit
) -> Result<Response, JsValue>
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: FormData, Response, ResponseInit
pub fn new_with_opt_url_search_params_and_init(
body: Option<&UrlSearchParams>,
init: &ResponseInit
) -> Result<Response, JsValue>
pub fn new_with_opt_url_search_params_and_init(
body: Option<&UrlSearchParams>,
init: &ResponseInit
) -> Result<Response, JsValue>
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: Response, ResponseInit, UrlSearchParams
pub fn new_with_opt_str_and_init(
body: Option<&str>,
init: &ResponseInit
) -> Result<Response, JsValue>
pub fn new_with_opt_str_and_init(
body: Option<&str>,
init: &ResponseInit
) -> Result<Response, JsValue>
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: Response, ResponseInit
pub fn new_with_opt_readable_stream_and_init(
body: Option<&ReadableStream>,
init: &ResponseInit
) -> Result<Response, JsValue>
pub fn new_with_opt_readable_stream_and_init(
body: Option<&ReadableStream>,
init: &ResponseInit
) -> Result<Response, JsValue>
The new Response(..) constructor, creating a new instance of Response.
This API requires the following crate features to be activated: ReadableStream, Response, ResponseInit
The error() method.
This API requires the following crate features to be activated: Response
The redirect() method.
This API requires the following crate features to be activated: Response
The arrayBuffer() method.
This API requires the following crate features to be activated: Response
Trait Implementations
Performs a dynamic instanceof check to see whether the JsValue
provided is an instance of this type. Read more
Performs a zero-cost unchecked conversion from a JsValue into an
instance of Self Read more
Performs a zero-cost unchecked conversion from a &JsValue into an
instance of &Self. Read more
Test whether this JS value has a type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a zero-cost unchecked cast into the specified type. Read more
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Test whether this JS value is an instance of the type T. Read more
Performs a dynamic check to see whether the JsValue provided
is a value of this type. Read more
type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<Response>
type Anchor = ManuallyDrop<Response>
The type that holds the reference to Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read more
Recover a Self::Anchor from Self::Abi. Read more
Auto Trait Implementations
impl RefUnwindSafe for Response
impl UnwindSafe for Response
Blanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more