com.meterware.httpunit
public class GetMethodWebRequest extends HeaderOnlyWebRequest
Constructor Summary | |
---|---|
GetMethodWebRequest(String urlString)
Constructs a web request using a specific absolute url string.
| |
GetMethodWebRequest(URL urlBase, String urlString)
Constructs a web request using a base URL and a relative url string.
| |
GetMethodWebRequest(URL urlBase, String urlString, String target)
Constructs a web request with a specific target.
|
Method Summary | |
---|---|
String | getMethod()
Returns the HTTP method defined for this request.
|