Closed josephwhenry closed 1 year ago
As per the docs, there is support to update a HttpRequest with a list of parameters:
HttpRequest
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.
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.