Function surf_disco::post

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

Build an HTTP POST request.