Actions
Feature #2829
closedHEAD requests in Keep
Status:
Resolved
Priority:
Normal
Assigned To:
Tim Pierce
Category:
-
Target version:
Start date:
05/15/2014
Due date:
% Done:
100%
Estimated time:
(Total: 0.50 h)
Story points:
-
Description
Keep server should support HEAD requests in addition to GET.
If the specified block is available, instead of returning the content, HEAD should return 200 OK with an empty body.
Both HEAD and GET should set the response header X-Block-Size
to the size of the block in bytes.
Updated by Brett Smith over 10 years ago
2829-keep-block-size-header LGTM for adding the header. Thanks.
Actions