Skip to main content

http_post

Function http_post 

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

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