diff options
| author | Don Kjer <don@lindenlab.com> | 2013-07-11 15:15:04 -0700 |
|---|---|---|
| committer | Don Kjer <don@lindenlab.com> | 2013-07-11 15:15:04 -0700 |
| commit | a85fa3b10a406218cabfecc0d592e816f8dfdb53 (patch) | |
| tree | 403ae646796518c876454da2d46eb08d508fc751 /indra/llmessage/llhttpconstants.h | |
| parent | d079f0dcdc0d317813cda282496a1edae3feed64 (diff) | |
Adding support for COPY methods to httpclient. Implementing viewer-side use of AISv3 COPY library folder operation. (SH-4304)
Diffstat (limited to 'indra/llmessage/llhttpconstants.h')
| -rwxr-xr-x | indra/llmessage/llhttpconstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llhttpconstants.h b/indra/llmessage/llhttpconstants.h index aa947af414..4aa3cc6394 100755 --- a/indra/llmessage/llhttpconstants.h +++ b/indra/llmessage/llhttpconstants.h @@ -112,6 +112,7 @@ enum EHTTPMethod HTTP_MOVE, // Caller will need to set 'Destination' header HTTP_OPTIONS, HTTP_PATCH, + HTTP_COPY, HTTP_METHOD_COUNT }; |
