Namespace HttpUtils
Classes
AsyncHttpRequestor
Class for performing asynchronous HTTP requests. This class may be used to perform GET, POST, PUT and DELETE requests. It may also be used when a persistent connection to a server is desired.
HttpResults
Class for returning the results of an HTTP request
Enums
HttpMethodEnum
Enumeration of the supported HTTP methods.