diff options
author | Kevin Cozens | 2013-03-27 17:26:17 -0400 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-03-29 23:32:11 +0000 |
commit | cbc9ae898c474295567532c668644d09b698d59b (patch) | |
tree | ed33d08f0646120778581e279d33fecba708839a /OpenSim/Region/Framework | |
parent | Check viewer 2/3 attachment calls against avatar appearance attachment data r... (diff) | |
download | opensim-SC_OLD-cbc9ae898c474295567532c668644d09b698d59b.zip opensim-SC_OLD-cbc9ae898c474295567532c668644d09b698d59b.tar.gz opensim-SC_OLD-cbc9ae898c474295567532c668644d09b698d59b.tar.bz2 opensim-SC_OLD-cbc9ae898c474295567532c668644d09b698d59b.tar.xz |
Added missing functionality (mainly custom headers) to llHTTPRequest.
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IHttpRequests.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IHttpRequests.cs b/OpenSim/Region/Framework/Interfaces/IHttpRequests.cs index de0f2a3..eb6c5ac 100644 --- a/OpenSim/Region/Framework/Interfaces/IHttpRequests.cs +++ b/OpenSim/Region/Framework/Interfaces/IHttpRequests.cs | |||
@@ -36,6 +36,9 @@ namespace OpenSim.Region.Framework.Interfaces | |||
36 | HTTP_MIMETYPE = 1, | 36 | HTTP_MIMETYPE = 1, |
37 | HTTP_BODY_MAXLENGTH = 2, | 37 | HTTP_BODY_MAXLENGTH = 2, |
38 | HTTP_VERIFY_CERT = 3, | 38 | HTTP_VERIFY_CERT = 3, |
39 | HTTP_VERBOSE_THROTTLE = 4, | ||
40 | HTTP_CUSTOM_HEADER = 5, | ||
41 | HTTP_PRAGMA_NO_CACHE = 6 | ||
39 | } | 42 | } |
40 | 43 | ||
41 | public interface IHttpRequestModule | 44 | public interface IHttpRequestModule |