Package org.forgerock.http.client.response
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.
-
ClassDescriptionModels the response that a script can receive from sending a
HttpClientRequest
over aHttpClient
.A basic implementation ofHttpClientResponse
that a script can receive from sending aHttpClientRequest
over aHttpClient
.