Added missing functionality (mainly custom headers) to llHTTPRequest.

This commit is contained in:
Kevin Cozens
2013-03-27 17:26:17 -04:00
committed by Justin Clark-Casey (justincc)
parent 023faa227e
commit cbc9ae898c
5 changed files with 196 additions and 65 deletions

View File

@@ -36,6 +36,9 @@ namespace OpenSim.Region.Framework.Interfaces
HTTP_MIMETYPE = 1,
HTTP_BODY_MAXLENGTH = 2,
HTTP_VERIFY_CERT = 3,
HTTP_VERBOSE_THROTTLE = 4,
HTTP_CUSTOM_HEADER = 5,
HTTP_PRAGMA_NO_CACHE = 6
}
public interface IHttpRequestModule