mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 16:01:16 +01:00
add description for X-Storage-Type, remove debug log
This commit is contained in:
parent
cf1119e2cb
commit
7ca43e3cd9
@ -52,7 +52,6 @@ module.exports = function(request, response, result) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (result.status !== undefined && result.status !== null) {
|
if (result.status !== undefined && result.status !== null) {
|
||||||
logging.debug("status: " + result.status);
|
|
||||||
headers["X-Storage-Type"] = human_status[result.status];
|
headers["X-Storage-Type"] = human_status[result.status];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -279,6 +279,7 @@ block content
|
|||||||
a(id="meta-x-storage-type" class="anchor")
|
a(id="meta-x-storage-type" class="anchor")
|
||||||
a(href="#meta-x-storage-type")
|
a(href="#meta-x-storage-type")
|
||||||
h4 X-Storage-Type
|
h4 X-Storage-Type
|
||||||
|
p Details about how the requested image was stored on the server
|
||||||
ul
|
ul
|
||||||
li <b>none</b>: No external requests. Cached: User has no skin.
|
li <b>none</b>: No external requests. Cached: User has no skin.
|
||||||
li <b>cached</b>: No external requests. Skin cached and stored locally.
|
li <b>cached</b>: No external requests. Skin cached and stored locally.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user