Skip to content

Support for HEAD and OPTIONS #115

@cportele

Description

@cportele

Currently, the Core only requires support for the GET method.

In practice, support for HEAD and OPTIONS for all resources should be considered, too:

  • HEAD is basically free to implement, but can be useful to check that a resource exists.
  • OPTIONS is useful to determine the other HTTP methods supported by the resource. It is also needed for CORS preflight requests.

(This was originally raised in #105.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions