Net::HttpRequest@ HttpRequest(const string&in url)
Creates a new GET request with the given URL.
string url
Net::HttpRequest@ Net::HttpRequest@ HttpRequest(const string&in url, const string&in body)
Creates a new POST request with the given URL and body.
Net::HttpRequest@