bfe5fe2281
* Added the new 'json_headers' template to shared.html * Updated Database->get_anvils() to store 'anvils::anvil_uuid::<anvil_uuid>::query_time' to aid in JSON clients to know the data is coming from the server. Also fixed a bug where the normal 'modified_date' column wasn't being loaded from the database properly. Signed-off-by: Digimer <digimer@alteeve.ca>
15 lines
385 B
HTML
15 lines
385 B
HTML
<!-- start http_headers -->
|
|
Content-type: text/html; charset=utf-8
|
|
<!-- end http_headers -->
|
|
|
|
<!-- start json_headers -->
|
|
Content-type: application/json; charset=utf-8
|
|
<!-- end json_headers -->
|
|
|
|
<!-- start http_headers-no-cache -->
|
|
Content-type: text/html; charset=utf-8
|
|
Cache-Control: no-cache, no-store, must-revalidate
|
|
Pragma: no-cache
|
|
Expires: 0
|
|
<!-- end http_headers-no-cache -->
|