PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
|
Public Attributes | |
const | OK = 200 |
const | BAD_REQUEST = 400 |
const | UNAUTHORIZED = 401 |
const | INTERNAL_SERVER_ERROR = 500 |
Describes HTTP status.
const Samy\RestApi\HttpStatus::BAD_REQUEST = 400 |
const Samy\RestApi\HttpStatus::INTERNAL_SERVER_ERROR = 500 |
const Samy\RestApi\HttpStatus::OK = 200 |
const Samy\RestApi\HttpStatus::UNAUTHORIZED = 401 |