Summary
This namespace contains Http aliases.
Class Types
| Class | Summary |
|---|---|
| Cake |
Custom HTTP Handler to delegate the processing of HTTP requests and extending it. |
| Data |
|
| HttpClientAliases |
Contains functionality for working with HTTP operations such as GET, PUT, POST, DELETE, PATCH, etc. |
| Http |
Contains functionality for working with HTTP operations such as GET, PUT, POST, DELETE, PATCH, etc. |
| HttpSettings | Http Settings to apply to the request |
| Http |
Contains functionality related to HTTP settings. |
| JsonEncoder | This class encodes and decodes JSON strings. Spec. details, see http://www.json.org/ JSON uses Arrays and Objects. These correspond here to the datatypes JsonArray(IList<object>) and JsonObject(IDictionary<string,object>). All numbers are parsed to doubles. |
| Poco |
Interface Types
| Interface | Summary |
|---|---|
| I |
