| FluentHttpClient |
Creating fluent http requests (simplified fluent interface for HttpClient).
|
| FluentHttpClient.HttpBuilder |
Builder
|
| HttpClient |
Contract for a HTTP request
|
| HttpClientException |
Exception thrown while executing a remote http call.
|
| HttpOptions |
Additional behaviour options for the HttpClient
|
| Method |
List of available HTTP methods.
|
| MockCommonHttpClient |
Test helper for collecting requests and responding to http clients.
|
| MockCommonHttpClient.MockResponse |
Mocks the body and metadata of a http response.
|
| MockCommonHttpClient.Request |
Collected request.
|
| Response |
Represents the reponse to a http service.
|