Skip to content

Add HEAD and OPTION method support #13

@hars-21

Description

@hars-21

reqsh currently supports GET, POST, PUT, PATCH, and DELETE but is missing HEAD and OPTIONS both are standard HTTP methods used in REST APIs.

  • HEAD fetches response headers without the body (useful for checking resource existence, content-length or last-modified without downloading)
  • OPTIONS returns the supported methods and CORS headers for an endpoint

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew functionality or user-facing improvement.good first issueGood for newcomers

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions