| Overload | Description |
|---|---|
| NHttpWebRequest Constructor(String) | Creates a new Http GET request for the specified URI string. The URI's scheme must be "http" or "https". |
| NHttpWebRequest Constructor(NUri) | Creates a new Http GET request for the specified URI. The URI's scheme must be "http" or "https". |
| NHttpWebRequest Constructor(String,ENHttpRequestMethod) | Creates a new Http request for the specified URI and with the specified request method. The URI's scheme must be "http" or "https". |
| NHttpWebRequest Constructor(NUri,ENHttpRequestMethod) | Creates a new Http request for the specified URI and with the specified request method. The URI's scheme must be "http" or "https". |