| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.events.fetch |
| Modifier and Type | Method and Description |
|---|---|
void |
Fetch.continueRequest(String requestId,
String url,
String method,
String postData,
List<HeaderEntry> headers)
Continues the request, optionally modifying some of its parameters.
|
void |
Fetch.fulfillRequest(String requestId,
Integer responseCode,
List<HeaderEntry> responseHeaders)
Provides response to the request.
|
void |
Fetch.fulfillRequest(String requestId,
Integer responseCode,
List<HeaderEntry> responseHeaders,
String body,
String responsePhrase)
Provides response to the request.
|
| Modifier and Type | Method and Description |
|---|---|
List<HeaderEntry> |
RequestPaused.getResponseHeaders()
Response headers if intercepted at the response stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestPaused.setResponseHeaders(List<HeaderEntry> responseHeaders)
Response headers if intercepted at the response stage.
|
Copyright © 2020. All rights reserved.