mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Added missing functionality (mainly custom headers) to llHTTPRequest.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
023faa227e
commit
cbc9ae898c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user