diff options
Diffstat (limited to 'linden/indra/llmessage/lliohttpserver.h')
-rw-r--r-- | linden/indra/llmessage/lliohttpserver.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/linden/indra/llmessage/lliohttpserver.h b/linden/indra/llmessage/lliohttpserver.h index 0f39c30..d1c9bdd 100644 --- a/linden/indra/llmessage/lliohttpserver.h +++ b/linden/indra/llmessage/lliohttpserver.h | |||
@@ -18,7 +18,8 @@ | |||
18 | * There are special exceptions to the terms and conditions of the GPL as | 18 | * There are special exceptions to the terms and conditions of the GPL as |
19 | * it is applied to this Source Code. View the full text of the exception | 19 | * it is applied to this Source Code. View the full text of the exception |
20 | * in the file doc/FLOSS-exception.txt in this software distribution, or | 20 | * in the file doc/FLOSS-exception.txt in this software distribution, or |
21 | * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception | 21 | * online at |
22 | * http://secondlifegrid.net/programs/open_source/licensing/flossexception | ||
22 | * | 23 | * |
23 | * By copying, modifying or distributing this software, you acknowledge | 24 | * By copying, modifying or distributing this software, you acknowledge |
24 | * that you have read and understood your obligations described above, | 25 | * that you have read and understood your obligations described above, |
@@ -39,6 +40,18 @@ | |||
39 | 40 | ||
40 | class LLPumpIO; | 41 | class LLPumpIO; |
41 | 42 | ||
43 | // common strings use for populating the context. bascally 'request', | ||
44 | // 'wildcard', and 'headers'. | ||
45 | extern const std::string CONTEXT_REQUEST; | ||
46 | extern const std::string CONTEXT_RESPONSE; | ||
47 | extern const std::string CONTEXT_VERB; | ||
48 | extern const std::string CONTEXT_HEADERS; | ||
49 | extern const std::string HTTP_VERB_GET; | ||
50 | extern const std::string HTTP_VERB_PUT; | ||
51 | extern const std::string HTTP_VERB_POST; | ||
52 | extern const std::string HTTP_VERB_DELETE; | ||
53 | extern const std::string HTTP_VERB_OPTIONS; | ||
54 | |||
42 | class LLIOHTTPServer | 55 | class LLIOHTTPServer |
43 | { | 56 | { |
44 | public: | 57 | public: |