diff options
author | Oz Linden <oz@lindenlab.com> | 2014-11-14 22:32:54 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-11-14 22:32:54 -0500 |
commit | 6b4916fc758ba1ab70cced59b8fb959e241b984a (patch) | |
tree | 9b72b24291554abe87456776ebaaa56e6c3f8ad7 /indra/llmessage/llhttpconstants.cpp | |
parent | dbdbcbbd3cc3ba21b255f992fae291ab3f13edcf (diff) | |
parent | cfb1779e26d1ab15acdbc9d2fc5982b84af56765 (diff) |
merge up to tip of viewer-tools-update
Diffstat (limited to 'indra/llmessage/llhttpconstants.cpp')
-rwxr-xr-x | indra/llmessage/llhttpconstants.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/llmessage/llhttpconstants.cpp b/indra/llmessage/llhttpconstants.cpp index 01f4a080b0..32f76f0d70 100755 --- a/indra/llmessage/llhttpconstants.cpp +++ b/indra/llmessage/llhttpconstants.cpp @@ -3,11 +3,8 @@ * @brief Implementation of the HTTP request / response constant lookups * * $LicenseInfo:firstyear=2013&license=viewerlgpl$ - * - * Copyright (c) 2013, Linden Research, Inc. - * * Second Life Viewer Source Code - * Copyright (C) 2013, Linden Research, Inc. + * Copyright (C) 2013-2014, Linden Research, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -107,6 +104,7 @@ 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_OCTET_STREAM("application/octet-stream"); +const std::string HTTP_CONTENT_VND_LL_MESH("application/vnd.ll.mesh"); const std::string HTTP_CONTENT_XML("application/xml"); const std::string HTTP_CONTENT_JSON("application/json"); const std::string HTTP_CONTENT_TEXT_HTML("text/html"); |