Documentation

Net::HttpRequest::$beh3

Behavior in HttpRequest

Net::HttpRequest@ HttpRequest()

Creates a new GET request.

Net::HttpRequest@ HttpRequest(const string&in url)

Creates a new GET request with the given URL.

string url

Net::HttpRequest@ HttpRequest(const string&in url, const string&in body)

Creates a new POST request with the given URL and body.

string url

string body