Function cargo_gist::post_json [] [src]

pub fn post_json<U, T>(url: U, json: &T) -> Result<Response, Error> where
    U: IntoUrl,
    T: Serialize