Package org.forgerock.http.client.request
This package contains the classes and interfaces related to the requests sent by the HTTP client, and their use
in scripted modules.
-
Interface Summary Interface Description HttpClientRequest Models the request that a script can send over aHttpClient
. -
Class Summary Class Description HttpClientRequestCookie Models a cookie which can be added to aHttpClientRequest
.HttpClientRequestFactory Factory provided to hide implementation details from the scripting module.SimpleHttpClientRequest A basic implementation ofHttpClientRequest
that a script can send over aHttpClient
.