Skip to content

HEAD controllers should delegate to dedicated service calls #12

Description

@vandepitte

Currently, HEAD requests delegate to the getX service methods. We should delegate this to dedicated service calls (like headX). This way, implementers can choose to perform faster lookups for head requests (like checking if a key exists in an index) instead of complete instance lookups in the database.

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