Struct wasmer_vnet::HttpStatus
source · pub struct HttpStatus {
pub redirected: bool,
pub size: usize,
pub status: u16,
pub status_text: String,
}
Expand description
Represents the final result of a HTTP request
Fields§
§redirected: bool
Indicates if the HTTP request was redirected to another URL / server
size: usize
Size of the data held in the response receiver
status: u16
Status code returned by the server
status_text: String
Status text returned by the server