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

Element index for package HTTP2

[ a ] [ c ] [ d ] [ e ] [ h ] [ m ] [ n ] [ p ] [ r ] [ s ]

a

absoluteURI
in file HTTP2.php, method HTTP2::absoluteURI()
    This function returns the absolute URI for the partial URL passed.
top

c

convertCharset
in file HTTP2.php, method HTTP2::convertCharset()
    Convert the given string from one into another charset.
top

d

date
in file HTTP2.php, method HTTP2::date()
    Formats a RFC compliant GMT date HTTP header. This function honors the "y2k_compliance" php.ini directive and formats the GMT date corresponding to either RFC850 or RFC822.
top

e

Exception.php
procedural page Exception.php
top

h

head
in file HTTP2.php, method HTTP2::head()
    Sends a "HEAD" HTTP command to a server and returns the headers as an associative array.
HTTP2
in file HTTP2.php, class HTTP2
    Miscellaneous HTTP Utilities
HTTP2.php
procedural page HTTP2.php
HTTP2_Exception
in file Exception.php, class HTTP2_Exception
    Simple exception class for HTTP2
top

m

matchAccept
in file HTTP2.php, method HTTP2::matchAccept()
    Parses a weighed "Accept" HTTP header and matches it against a list of supported options
top

n

negotiateCharset
in file HTTP2.php, method HTTP2::negotiateCharset()
    Negotiates charset with the user's browser through the Accept-Charset HTTP header.
negotiateLanguage
in file HTTP2.php, method HTTP2::negotiateLanguage()
    Negotiates language with the user's browser through the Accept-Language
negotiateMimeType
in file HTTP2.php, method HTTP2::negotiateMimeType()
    Negotiates content type with the user's browser through the Accept HTTP header.
top

p

parseLinks
in file HTTP2.php, method HTTP2::parseLinks()
    Parses a HTTP "Link" header value as specified by RFC 5988.
top

r

redirect
in file HTTP2.php, method HTTP2::redirect()
    This function redirects the client. This is done by issuing a "Location" header and exiting if wanted. If you set $rfc2616 to true HTTP will output a hypertext note with the location of the redirect.
top

s

sortAccept
in file HTTP2.php, method HTTP2::sortAccept()
    Parses and sorts a weighed "Accept" HTTP header
top

Documentation generated on Mon, 11 Mar 2019 15:55:01 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.