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.