Type Definition viz_core::Response

source · []
pub type Response<T = Body> = Response<T>;

Trait Implementations

The response was successful (status in the range 200-299) or not. Read more

The response redirects to the specified URL. Read more

The response redirects to the specified URL and the status code. Read more

Response body with Content-Type

Response TEXT

Response HTML

Available on crate feature json only.

Response JSON

Response Stream