Struct sota::http::http_client::Request
[−]
[src]
pub struct Request {
pub method: Method,
pub url: Url,
pub body: Option<Vec<u8>>,
}A new HTTP request to be sent from a specific Client.
Fields
method | |
url | |
body |