lscript_http.h

Go to the documentation of this file.
00001 
00032 // Keys used in LSL HTTP function <key,value> pair lists.
00033 
00034 #ifndef LSCRIPT_HTTP_H
00035 #define LSCRIPT_HTTP_H
00036 
00037 enum LLScriptHTTPRequestParameterKey
00038 {
00039   HTTP_METHOD,
00040   HTTP_MIMETYPE,
00041   HTTP_BODY_MAXLENGTH,
00042   HTTP_VERIFY_CERT
00043 };
00044 
00045 enum LLScriptHTTPResponseMetadataKey
00046 {
00047         HTTP_BODY_TRUNCATED
00048 };
00049 
00050 #endif

Generated on Thu Jul 1 06:09:51 2010 for Second Life Viewer by  doxygen 1.4.7