XFHttp is a simple wrapper API around PHP HTTP streaming extension as easier interface for LB
XFHttp is a simple wrapper API around PHP HTTP streaming extension as easier interface for LB
Located in /lb_private/class.http.php (line 26)
well, parse the data and issue the request
well, parse the data and issue the request
get the response from the remote server after our request
get the response from the remote server after our request returns "code", "header" and "body"
transform array to a compatible string for requests
transform array to a compatible string for requests
set the body for our request usually on POST/PUT
set the body for our request usually on POST/PUT provide an array or a prepared urlencoded string
push a custom http header on the stack for our request
push a custom http header on the stack for our request "Date" and "Connection" are added automatically and required "Content-*" in case of POST/PUT
set the http method used for this request
set the http method used for this request
set an option
set an option
set a http method that relays our request
set a http method that relays our request
set the full uri for our request i.
set the full uri for our request i.e. "http://sub.domain.com/foo.html" any get paramaters can be appended as usual i.e. "?foo=bar&lbis=fine"
Documentation generated on Sun, 20 Jun 2010 11:59:12 +0200 by phpDocumentor 1.4.3