http Class Reference

file : ../lugre/lua/lib.http.lua (this is just a pseudo class used for grouping global functions) More...

List of all members.

Static Public Member Functions

static mixed URLEncodeChar (mixed c)
static mixed URLEncode (mixed s)
static mixed FIFO_PushPlainText (mixed fifo, mixed s)
static mixed URLEncodeArr (mixed arr)
static mixed HTTP_GetResponseContent (mixed response)
 search first double-newline and return everything after that
static mixed HTTP_MakeRequest (mixed sHost, mixed sPath)
static mixed HTTPGetEx (mixed sHost, mixed iPort, mixed sPath, mixed bIgnoreReturnForSpeed)


Detailed Description

file : ../lugre/lua/lib.http.lua (this is just a pseudo class used for grouping global functions)

Definition at line 6113 of file lua_pseudo_code.cpp.


Member Function Documentation

static mixed http::URLEncodeChar ( mixed  c  )  [inline, static]

Definition at line 6115 of file lua_pseudo_code.cpp.

static mixed http::URLEncode ( mixed  s  )  [inline, static]

Definition at line 6117 of file lua_pseudo_code.cpp.

static mixed http::FIFO_PushPlainText ( mixed  fifo,
mixed  s 
) [inline, static]

Definition at line 6119 of file lua_pseudo_code.cpp.

static mixed http::URLEncodeArr ( mixed  arr  )  [inline, static]

Definition at line 6121 of file lua_pseudo_code.cpp.

static mixed http::HTTP_GetResponseContent ( mixed  response  )  [inline, static]

search first double-newline and return everything after that

Definition at line 6124 of file lua_pseudo_code.cpp.

static mixed http::HTTP_MakeRequest ( mixed  sHost,
mixed  sPath 
) [inline, static]

Definition at line 6126 of file lua_pseudo_code.cpp.

static mixed http::HTTPGetEx ( mixed  sHost,
mixed  iPort,
mixed  sPath,
mixed  bIgnoreReturnForSpeed 
) [inline, static]

http://tools.ietf.org/html/rfc1945 if bIgnoreReturnForSpeed is true, then it returns without waiting for an answer this version is blocking, see also Threaded_HTTPRequest in lib.thread.lua for an asynchronous version

Definition at line 6131 of file lua_pseudo_code.cpp.


The documentation for this class was generated from the following file:

Generated on Fri Mar 29 05:41:10 2013 for lua by  doxygen 1.5.6