Closed
Description
Description
Currently, we can only select one HTTP method to filter:
When working on an application that receives requests from the browser, it's common to have many preflight requests. When debugging, it would help to be able to filter out these requests by only selecting the needed HTTP methods or by excluding the OPTIONS
method for example.
Example
As the first option, we can add the multiple
attribute on the input. It will do the job but it would break the design IMHO (cc @javiereguiluz), because the input would always display as expanded. I don't know if you would agree to add some kind of multi-select library but that can be a solution.
A second option is to add another input called "Exclude method".