Teapot\StatusCodeException |
Teapot\StatusLine |
Name | Description |
---|---|
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. |
Name | Description |
---|---|
HttpException | Simple Exception to represent http-based Exceptions. |