Fix models and uploads for Mike's NAM

This commit is contained in:
Robin E. R. Davies
2025-02-20 08:19:09 -05:00
parent aac4162539
commit 2e5b63b907
5 changed files with 77 additions and 10 deletions
+2
View File
@@ -71,6 +71,8 @@ public:
constexpr static const char* date = "Date";
constexpr static const char* referer = "Referer";
constexpr static const char * location = "Location";
constexpr static const char* accept_encoding = "Accept-Encoding";
constexpr static const char* content_encoding = "Content-Encoding";
};