Skip to content

Handle HEAD requests #90

@kappsegla

Description

@kappsegla

When asking for a file using GET as method in the request we send first a header as response and then we send the actual file as bytes.
When someone uses HEAD as method in a request for a file or resource on the server we should process it as for a GET but with the exception that we only send the header as a response not the actual data.
The header should still contain Content-type and Content-length as for get but without sending the file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions