HTTP_Request
[ class tree: HTTP_Request ] [ index: HTTP_Request ] [ all elements ]

File: Request.php

Source Location: /HTTP_Request-1.3.0/Request.php

Classes:

HTTP_Request
HTTP_Response
Response class to complement the Request class

Page Details:

Includes:

require_once('PEAR.php') [line 46]
require_once('Net/URL.php') [line 48]
require_once('Net/Socket.php') [line 47]

HTTP_REQUEST_HTTP_VER_1_0 [line 58]

HTTP_REQUEST_HTTP_VER_1_0 = '1.0',true

[ Top ]



HTTP_REQUEST_HTTP_VER_1_1 [line 59]

HTTP_REQUEST_HTTP_VER_1_1 = '1.1',true

[ Top ]



HTTP_REQUEST_METHOD_DELETE [line 54]

HTTP_REQUEST_METHOD_DELETE = 'DELETE',true

[ Top ]



HTTP_REQUEST_METHOD_GET [line 50]

HTTP_REQUEST_METHOD_GET = 'GET',true

[ Top ]



HTTP_REQUEST_METHOD_HEAD [line 51]

HTTP_REQUEST_METHOD_HEAD = 'HEAD',true

[ Top ]



HTTP_REQUEST_METHOD_OPTIONS [line 55]

HTTP_REQUEST_METHOD_OPTIONS = 'OPTIONS',true

[ Top ]



HTTP_REQUEST_METHOD_POST [line 52]

HTTP_REQUEST_METHOD_POST = 'POST',true

[ Top ]



HTTP_REQUEST_METHOD_PUT [line 53]

HTTP_REQUEST_METHOD_PUT = 'PUT',true

[ Top ]



HTTP_REQUEST_METHOD_TRACE [line 56]

HTTP_REQUEST_METHOD_TRACE = 'TRACE',true

[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:10:28 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.