From 420b91db29485df39fd6e724e782c449158811cb Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 2 Jan 2007 08:33:20 +0000 Subject: Print done when done. --- indra/lscript/lscript_http.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 indra/lscript/lscript_http.h (limited to 'indra/lscript/lscript_http.h') diff --git a/indra/lscript/lscript_http.h b/indra/lscript/lscript_http.h new file mode 100644 index 0000000000..af70596673 --- /dev/null +++ b/indra/lscript/lscript_http.h @@ -0,0 +1,27 @@ +/** + * @file lscript_http.h + * @brief LSL HTTP keys + * + * Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +// Keys used in LSL HTTP function pair lists. + +#ifndef LSCRIPT_HTTP_H +#define LSCRIPT_HTTP_H + +enum LLScriptHTTPRequestParameterKey +{ + HTTP_METHOD, + HTTP_MIMETYPE, + HTTP_BODY_MAXLENGTH, + HTTP_VERIFY_CERT +}; + +enum LLScriptHTTPResponseMetadataKey +{ + HTTP_BODY_TRUNCATED +}; + +#endif -- cgit v1.2.3