Package org.forgerock.http.client.request
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.
-
ClassDescriptionModels the request that a script can send over a
HttpClient
.Models a cookie which can be added to aHttpClientRequest
.Factory provided to hide implementation details from the scripting module.A basic implementation ofHttpClientRequest
that a script can send over aHttpClient
.