Methods
| Name | Description | |
|---|---|---|
| Get(String, ActionHttpWebRequest) |
Sends a GET request and returns the response body.
| |
| GetT(String, ActionHttpWebRequest) |
Sends a GET request and returns the response JSON deserialized as the specified type.
| |
| Post(String, String, ActionHttpWebRequest) |
Sends a POST request and returns the response body.
| |
| PostT(String, String, ActionHttpWebRequest) |
Sends a POST request and returns the response JSON deserialized as the specified type.
|
See Also