| Modifier and Type | Method and Description |
|---|---|
IHttpService |
IExtensionHelpers.buildHttpService(String host,
int port,
boolean useHttps)
This method constructs an
IHttpService object based on the
details provided. |
IHttpService |
IExtensionHelpers.buildHttpService(String host,
int port,
String protocol)
This method constructs an
IHttpService object based on the
details provided. |
IHttpService |
IScanIssue.getHttpService()
This method returns the HTTP service for which the issue was generated.
|
IHttpService |
IIntruderAttack.getHttpService()
This method is used to retrieve the HTTP service for the attack.
|
IHttpService |
IHttpRequestResponse.getHttpService()
This method is used to retrieve the HTTP service for this request /
response.
|
IHttpService |
IMessageEditorController.getHttpService()
This method is used to retrieve the HTTP service for the current message.
|
| Modifier and Type | Method and Description |
|---|---|
IRequestInfo |
IExtensionHelpers.analyzeRequest(IHttpService httpService,
byte[] request)
This method can be used to analyze an HTTP request, and obtain various
key details about it.
|
IHttpRequestResponse |
IBurpExtenderCallbacks.makeHttpRequest(IHttpService httpService,
byte[] request)
This method can be used to issue HTTP requests and retrieve their
responses.
|
void |
IHttpRequestResponse.setHttpService(IHttpService httpService)
This method is used to update the HTTP service for this request /
response.
|
Copyright © 2017. All rights reserved.