Skip to content
Snippets Groups Projects
Commit ff6bb22c authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix alchemybuggo

parent 066c834f
No related branches found
No related tags found
No related merge requests found
...@@ -108,8 +108,8 @@ const std::string HTTP_IN_HEADER_X_FORWARDED_FOR("x-forwarded-for"); ...@@ -108,8 +108,8 @@ const std::string HTTP_IN_HEADER_X_FORWARDED_FOR("x-forwarded-for");
const std::string HTTP_CONTENT_LLSD_XML("application/llsd+xml"); const std::string HTTP_CONTENT_LLSD_XML("application/llsd+xml");
const std::string HTTP_CONTENT_OCTET_STREAM("application/octet-stream"); const std::string HTTP_CONTENT_OCTET_STREAM("application/octet-stream");
const std::string HTTP_CONTENT_OGG_STREAM("application/ogg"); const std::string HTTP_CONTENT_OGG_STREAM("application/ogg");
const std::string HTTP_CONTENT_VND_LL_MESH("application/vnd.ll.animation"); const std::string HTTP_CONTENT_VND_LL_MESH("application/vnd.ll.mesh");
const std::string HTTP_CONTENT_VND_LL_ANIMATION("application/vnd.ll.mesh"); const std::string HTTP_CONTENT_VND_LL_ANIMATION("application/vnd.ll.animation");
const std::string HTTP_CONTENT_XML("application/xml"); const std::string HTTP_CONTENT_XML("application/xml");
const std::string HTTP_CONTENT_JSON("application/json"); const std::string HTTP_CONTENT_JSON("application/json");
const std::string HTTP_CONTENT_TEXT_HTML("text/html"); const std::string HTTP_CONTENT_TEXT_HTML("text/html");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment