| Package | Description |
|---|---|
| jadeutils.web.har |
| Modifier and Type | Method and Description |
|---|---|
HarHTTPMethod |
HarRequest.getMethod() |
static HarHTTPMethod |
HarHTTPMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HarHTTPMethod[] |
HarHTTPMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HarRequest.setMethod(HarHTTPMethod method) |
| Constructor and Description |
|---|
HarRequest(HarHTTPMethod method,
String url,
Map<String,String> headers,
List<HarCookie> cookies,
List<String[]> queryString,
HarPostData postData) |
Copyright © 2019. All rights reserved.