Element index for package http-service
b
d
e
g
h
i
p
r
s
u
_
top
top
top
top
e
- $errorData
- in file Error.class.php, variable Error::$errorData
error things
- Error
- in file Error.class.php, class Error
Třída pro zaznamenání chyb, originálně vytvořena pro framework PWAPI (viz http://pwapi.broskev.cz)
- Error.class.php
- procedural page Error.class.php
top
g
- getBody
- in file HTTP_ResponseMessage.class.php, method HTTP_ResponseMessage::getBody()
Vrátí tělo odpovědi
- getContentType
- in file HTTP_ResponseMessage.class.php, method HTTP_ResponseMessage::getContentType()
Zjistí typ dokumentu
- getDebugString
- in file HTTP.class.php, method HTTP::getDebugString()
Vrátí debug string
- getErrorData
- in file Error.class.php, method Error::getErrorData()
Return error data in array
- getErrorDataInString
- in file Error.class.php, method Error::getErrorDataInString()
Returns errors in one string
- getHeader
- in file HTTP_Header.class.php, method HTTP_Header::getHeader()
Vrátí hlavičku podle jména
- getHost
- in file HTTP.class.php, method HTTP::getHost()
Zjistí čistě hosta (např. seznam.cz) z URL (např. http://seznam.cz/xy)
- getResponseBody
- in file HTTP.class.php, method HTTP::getResponseBody()
Vrátí tělo odpovědi
- getStatus
- in file HTTP_ResponseMessage.class.php, method HTTP_ResponseMessage::getStatus()
Zjistí stavový HTTP kod
- getURI
- in file HTTP.class.php, method HTTP::getURI()
Zjistí čistě URI (např. /xy) z URL (např. http://seznam.cz/xy)
top
h
- $http_version
- in file HTTP.class.php, variable HTTP::$http_version
Verze HTTP protokolu, zadána konstantou, buď HTTP_V10, nebo HTTP_V11
- HTTP
- in file HTTP.class.php, class HTTP
Hlavní třída HTTP
- HTTP.class.php
- procedural page HTTP.class.php
- HTTP_CRLF
- in file HTTP.class.php, constant HTTP_CRLF
- HTTP_Header
- in file HTTP_Header.class.php, class HTTP_Header
Třída pro práci s http hlavičkami (headers)
- HTTP_Header.class.php
- procedural page HTTP_Header.class.php
- HTTP_RequestMessage
- in file HTTP_RequestMessage.class.php, class HTTP_RequestMessage
Třída pro zabalení hlaviček pro požadavek
- HTTP_RequestMessage.class.php
- procedural page HTTP_RequestMessage.class.php
- HTTP_ResponseHeader
- in file HTTP_ResponseHeader.class.php, class HTTP_ResponseHeader
Třída pro zabalení hlaviček odpovědi
- HTTP_ResponseHeader.class.php
- procedural page HTTP_ResponseHeader.class.php
- HTTP_ResponseMessage
- in file HTTP_ResponseMessage.class.php, class HTTP_ResponseMessage
Třída, která zabaluje odpověď
- HTTP_ResponseMessage.class.php
- procedural page HTTP_ResponseMessage.class.php
- HTTP_STATUS_CONTINUE
- in file HTTP.class.php, constant HTTP_STATUS_CONTINUE
- HTTP_STATUS_OK
- in file HTTP.class.php, constant HTTP_STATUS_OK
- HTTP_V10
- in file HTTP.class.php, constant HTTP_V10
- HTTP_V11
- in file HTTP.class.php, constant HTTP_V11
top
i
- isError
- in file Error.class.php, method Error::isError()
Do we have some errors? return int, but we can use it like a boolean
top
p
- $port
- in file HTTP.class.php, variable HTTP::$port
port dotazu
top
top
top
u
- $user_agent
- in file HTTP.class.php, variable HTTP::$user_agent
Hlavička user-agent
- USER_AGENT
- in file HTTP.class.php, constant USER_AGENT