Function post

Source
pub fn post<T: DeserializeOwned, E: Error, VER: StaticVersionType>(
    url: Url,
) -> Request<T, E, VER>
Expand description

Build an HTTP POST request.