Skip to content

Method types #30

@adrifmonte

Description

@adrifmonte

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions