PortSwigger/burp-extensions-montoya-api

Support for HttpRequest copy functions with List<HttpHeader>

Closed this issue · 1 comments

As per the docs, there is support to update a HttpRequest with a list of parameters:

  • HttpRequest.withAddedParameters()
  • HttpRequest.withRemovedParameters()
  • HttpRequest.withUpdatedParameters()

Will there be future support for similar methods for Headers? It would be great to be able to pass a List of headers to an Add/Remove/Update function.

Thanks for the feedback! We've raised a feature request to add this functionality.