diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-03 22:23:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:39 +0100 |
| commit | 6be0c4fd6d80b99084c724277361ef84dd8aafb1 (patch) | |
| tree | 37654c09ad8760b3dd158c4da7f0d739c4301242 /src/lib/http_server.h | |
| parent | edf67efd4662f63c62a1cb524761cc44831c7020 (diff) | |
Add dom.png and ::PNG content type.
Diffstat (limited to 'src/lib/http_server.h')
| -rw-r--r-- | src/lib/http_server.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/http_server.h b/src/lib/http_server.h index 42307b124..d22a347d3 100644 --- a/src/lib/http_server.h +++ b/src/lib/http_server.h @@ -33,7 +33,8 @@ public: enum class Type { HTML, JSON, - CSS + CSS, + PNG }; Response(int code); |
