HttpUtil
class HttpUtil (View source)
Methods
static
date(mixed $timestamp)
No description
static
buildUrl(mixed $url, mixed $parts, mixed $flags, mixed $composed)
No description
static
buildStr(mixed $query, mixed $prefix, mixed $arg_sep)
No description
static
negotiateLanguage(mixed $supported, mixed $result)
No description
static
negotiateCharset(mixed $supported, mixed $result)
No description
static
negotiateContentType(mixed $supported, mixed $result)
No description
static
matchModified(mixed $last_modified, mixed $for_range)
No description
static
matchEtag(mixed $plain_etag, mixed $for_range)
No description
static
matchRequestHeader(mixed $header_name, mixed $header_value, mixed $case_sensitive)
No description
static
parseMessage(mixed $message_string)
No description
static
parseHeaders(mixed $headers_string)
No description
static
parseCookie(mixed $cookie_string)
No description
static
buildCookie(mixed $cookie_array)
No description
static
parseParams(mixed $param_string, mixed $flags)
No description
static
chunkedDecode(mixed $encoded_string)
No description
static
deflate(mixed $plain, mixed $flags)
No description
static
inflate(mixed $encoded)
No description
static
support(mixed $feature)
No description
Details
static
date(mixed $timestamp)
No description
static
buildUrl(mixed $url, mixed $parts, mixed $flags, mixed $composed)
No description
static
buildStr(mixed $query, mixed $prefix, mixed $arg_sep)
No description
static
negotiateLanguage(mixed $supported, mixed $result)
No description
static
negotiateCharset(mixed $supported, mixed $result)
No description
static
negotiateContentType(mixed $supported, mixed $result)
No description
static
matchModified(mixed $last_modified, mixed $for_range)
No description
static
matchEtag(mixed $plain_etag, mixed $for_range)
No description
static
matchRequestHeader(mixed $header_name, mixed $header_value, mixed $case_sensitive)
No description
static
parseMessage(mixed $message_string)
No description
static
parseHeaders(mixed $headers_string)
No description
static
parseCookie(mixed $cookie_string)
No description
static
buildCookie(mixed $cookie_array)
No description
static
parseParams(mixed $param_string, mixed $flags)
No description
static
chunkedDecode(mixed $encoded_string)
No description
static
deflate(mixed $plain, mixed $flags)
No description
static
inflate(mixed $encoded)
No description
static
support(mixed $feature)
No description