Skip to content

Implement HEAD queries #113

@thbar

Description

@thbar

When playing with data, it is very common to use curl -I (aka --head) to fetch only the headers.

Currently doing so on this app will return a 404, which can be a bit confusing too to newcomers.

I am unsure how costly it would be to implement that at the moment given my current knowledge of Actix.

Maybe there is a nice trick in Actix to ensure most GET queries can also be transformed to HEAD more or less automatically.

Less urgent than other enhancements, but still nice to have!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions