Package | Description |
---|---|
HTTPClient |
The Grinder HTTP Plugin incorporates Ronald Tschal�r's HTTPClient
library.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.copyFrom(Request other)
Copy all the fields from other to this request.
|
int |
HTTPClientModule.requestHandler(Request request,
Response[] response)
This is invoked before the request is sent.
|
int |
CookieModule.requestHandler(Request req,
Response[] resp)
Invoked by the HTTPClient.
|
int |
HTTPClientModule.responsePhase2Handler(Response response,
Request request)
The phase 2 response handler.
|
int |
CookieModule.responsePhase2Handler(Response resp,
Request req)
Invoked by the HTTPClient.
|
Copyright © 2000-2014. All Rights Reserved.