| Trait | Description |
|---|---|
| HttpClientSupport | Test-focused synchronous HTTP client for exercising live endpoints in integration and functional tests. |
| Class | Description |
|---|---|
| MultipartBody | Represents a pre-encoded multipart/form-data request body. |
| MultipartBody.MultipartBuilder | Builder used to assemble multipart text and file parts. |
| TestHttpResponse | Fluent assertion wrapper around a JDK java.net.http.HttpResponse used by the HTTP client testing helpers. |