PHP Teapot Пространство имен

Пространства имен

Teapot\StatusCodeException
Teapot\StatusLine

Interfaces

Имя Описание
StatusCode Interface representing standard HTTP status codes. These codes are represented as an interface so that developers may implement it and then use parent::[CODE] to gain a code, or to extend the codes using static::[CODE] and override their default description.
StatusLine Interface representing a Value Object of the HTTP Status-Line, as specified in RFC 2616 and RFC 7231.

Классы

Имя Описание
HttpException Simple Exception to represent http-based Exceptions.