Class HTTPHandler

java.lang.Object
v1.sulphurapi.handlers.http.HTTPHandler
All Implemented Interfaces:
burp.api.montoya.http.handler.HttpHandler

public class HTTPHandler extends Object implements burp.api.montoya.http.handler.HttpHandler
  • Constructor Details

  • Method Details

    • handleHttpRequestToBeSent

      public burp.api.montoya.http.handler.RequestToBeSentAction handleHttpRequestToBeSent(burp.api.montoya.http.handler.HttpRequestToBeSent httpRequestToBeSent)
      Specified by:
      handleHttpRequestToBeSent in interface burp.api.montoya.http.handler.HttpHandler
    • handleHttpResponseReceived

      public burp.api.montoya.http.handler.ResponseReceivedAction handleHttpResponseReceived(burp.api.montoya.http.handler.HttpResponseReceived httpResponseReceived)
      Specified by:
      handleHttpResponseReceived in interface burp.api.montoya.http.handler.HttpHandler