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 aHttpClientRequestover aHttpClient.
- 
Class Summary Class Description SimpleHttpClientResponse A basic implementation ofHttpClientResponsethat a script can receive from sending aHttpClientRequestover aHttpClient.