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.
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.