bruno
bruno copied to clipboard
Support Custom HTTP Methods
I'd like to use the SEARCH HTTP method, but it doesn't seem available. Many others are missing, so the best thing to do is allow a custom method.
This could possibly solve the import issue I have with this Postman collection. Example is in the Recurring folder.
I have tried to import this collection with Insomnia and Bruno.
For Insomnia, the import will success, ignoring the examples below the request.
But for Bruno, the import will fail.
It will be a good start if the import is succesful, and we can tweak the collection from there.
As a workaround: You can set custom request methods inside the pre-request-script:
req.setMethod("SEARCH")
Any way will be amazing to have custom method configure, because for example I have to have methods APPROVE/DISAPPROVE/EDIT/REMOVE/LIKE/UNLIKE. They are all custom. Now if I'm importing them from cURL, I have POST method substituted. Also if method written manually in the *.bru file, that line just not visible in collection.