Package org.forgerock.http.client.response
This package contains the classes and interfaces related to the responses received by the HTTP client, and their
use in scripted modules.
-
Interface Summary Interface Description HttpClientResponse Models the response that a script can receive from sending aHttpClientRequest
over aHttpClient
. -
Class Summary Class Description SimpleHttpClientResponse A basic implementation ofHttpClientResponse
that a script can receive from sending aHttpClientRequest
over aHttpClient
.