do_http_request

Function do_http_request 

Source
fn do_http_request(
    lua: &Lua,
    client: &Client,
    method: &str,
    url: &str,
    body: Option<&str>,
    opts: Option<LuaTable>,
) -> LuaResult<LuaTable>
Expand description

Execute an HTTP request and return a Lua table with the response.