Struct wasmcloud_interface_httpserver::HttpResponse [−][src]
Expand description
HttpResponse contains the actor’s response to return to the http client
Fields
body: Vec<u8>
Body of response as a byte array. May be an empty array.
header: HeaderMap
Map of headers (string keys, list of values)
status_code: u16
statusCode is a three-digit number, usually in the range 100-599, A value of 200 indicates success.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for HttpResponse
impl Send for HttpResponse
impl Sync for HttpResponse
impl Unpin for HttpResponse
impl UnwindSafe for HttpResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V