Skip to main content

post_json

Function post_json 

Source
pub fn post_json(url: &str, body: &[u8]) -> Result<Vec<u8>, String>
Expand description

POST JSON body to url (uses global bounded client).