-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Despite it already supports the most used HTTP method types:
type: MethodType | 'get' | 'post' | 'put' | 'delete' | 'patch'; |
We could support other method types (https://developer.mozilla.org/pt-BR/docs/Web/HTTP/Methods), such as OPTIONS (normally configurable), HEAD (which would replicate the GET headers, but ignore the response), and maybe CONNECT and TRACE if we feel necessary (despite I couldn't think of a use case for now).
rhberro and fsmaia
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers