| Interface | Description |
|---|---|
| HttpVerifier |
Abstraction over sending and receiving of http messages.
|
| Class | Description |
|---|---|
| Body |
Abstraction over an HTTP body.
|
| ContractVerifierHttpMetaData |
Metadata representation of the Contract Verifier's HTTP communication.
|
| OkHttpHttpVerifier |
HttpVerifier implementation that uses OkHttpClient. |
| Request |
Abstraction over a HTTP request.
|
| Request.Builder |
Builder for a
Request. |
| Request.MethodBuilder |
Builder over HTTP methods.
|
| Response |
Abstraction over a HTTP response.
|
| Response.Builder |
Response builder.
|
| Enum | Description |
|---|---|
| ContractVerifierHttpMetaData.Protocol |
Taken from OKHttp's Protocol
Protocol. |
| ContractVerifierHttpMetaData.Scheme |
HTTP communication scheme.
|
Copyright © 2016–2020 Spring. All rights reserved.