Request

Type Alias Request 

Source
pub type Request = HttpRequest<()>;
Expand description

All HTTP requests use empty bodies for simplicity of passing them around. They’ll never need payloads (value in path requested).

Warning: on the browser-side, this is defined as ().

Aliased Type§

pub struct Request { /* private fields */ }