Skip to main content

http_post_json

Function http_post_json 

Source
pub fn http_post_json(url: &str, body: &Value) -> Result<String, StepError>
Expand description

Send a POST request with a JSON body and return the response body.