HTTPRequest Constructor |
Name | Description | |
---|---|---|
![]() | HTTPRequest | Creates a GET / HTTP/1.1 HTTP request. |
![]() | HTTPRequest(String, String, Int32, Int32) | Creates a HTTP request with the given method, URI (Uniform Resource Identifier) and version. |
![]() | HTTPRequest(String, String, Int32, Int32, HTTPHeaders) | Creates a HTTP request with the given method, URI (Uniform Resource Identifier), version and headers. |