fn request(client: *Client, method: http.Method, uri: Uri, headers: http.Headers, options: Options) RequestError!Request
Form and send a http request to a server. This function is threadsafe.
client: *Client,
method: http.Method,
uri: Uri,
headers: http.Headers,
options: Options,