/includes/domit/php_http_client_generic.php

Description

PHP HTTP Tools is a library for working with the http protocol

php_http_client_generic represents a basic http client

Classes
Class Description
php_http_request An HTTP Request class
php_http_client_generic An HTTP Request class
php_http_connection An HTTP Connection class
php_http_headers An HTTP Headers class
php_http_response An HTTP Response class
Includes
Constants
CR = "\r" (line 21)

carriage return character

CRLF = "\r\n" (line 19)

end-of-line character sequence as defined in HTTP spec

HTTP_READ_STATE_BEGIN = 1 (line 27)

beginning read state

HTTP_READ_STATE_BODY = 3 (line 31)

state when reading body of message

HTTP_READ_STATE_HEADERS = 2 (line 29)

state when reading headers

LF = "\n" (line 23)

line feed character

PHP_HTTP_TOOLS_INCLUDE_PATH = (dirname(__FILE__)."/") (line 15)

PHP HTTP Tools is a library for working with the http protocol

php_http_client_generic represents a basic http client

Documentation generated on Fri, 4 Mar 2005 13:57:03 +1000 by phpDocumentor 1.3.0RC3