PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
|
Public Attributes | |
const | BASIC = "Basic" |
const | BEARER = "Bearer" |
const | DIGIST = "Digest" |
const | HOBA = "HOBA" |
Describes HTTP Authentication type.
const Samy\RestApi\AuthType::BASIC = "Basic" |
const Samy\RestApi\AuthType::BEARER = "Bearer" |
const Samy\RestApi\AuthType::DIGIST = "Digest" |
const Samy\RestApi\AuthType::HOBA = "HOBA" |