Oroboros Core
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Namespaces

  • None
  • oroboros
    • core
      • abstracts
        • adapters
        • bootstrap
        • controllers
        • libraries
          • auth
          • bootstrap
          • cache
          • codex
          • config
          • container
          • data
          • database
          • dns
          • entity
          • enum
          • error
          • event
          • extension
          • file
          • flags
          • hooks
          • job
          • logger
          • manager
          • message
          • prototype
          • request
          • response
          • routine
          • shell
          • startup
          • stream
          • template
          • uri
          • utility
          • validation
            • workers
          • worker
        • models
        • patterns
          • behavioral
          • creational
        • utilities
          • exception
            • cache
            • container
          • http
        • views
      • interfaces
        • adapters
          • interpreters
          • sdk
        • api
          • adapters
          • bootstrap
          • controllers
          • psr
        • contract
          • adapters
          • bootstrap
          • codex
          • components
          • controllers
          • data
          • entities
          • errors
          • events
          • extensions
          • jobs
          • libraries
            • auth
            • cache
            • config
            • container
            • enum
            • file
            • flags
            • hooks
            • module
            • promise
            • record
            • request
            • response
            • server
            • shutdown
            • site
            • stream
            • template
            • theme
            • uri
          • models
          • patterns
            • behavioral
            • concurrency
            • creational
            • structural
          • routes
          • routines
            • bootload
            • declarative
            • procedural
            • subsystem
          • services
            • consumer
              • cgi
              • rest
                • local
                • remote
                  • authenticated
                  • unauthenticated
            • provider
              • cgi
              • rest
                • local
                • remote
                  • authenticated
                  • unauthenticated
          • utilities
            • datetime
            • exception
              • cache
              • container
            • filebase
            • http
            • math
            • parser
            • regex
            • session
          • views
        • enumerated
          • environment
          • flags
          • http
          • views
        • libraries
          • manager
          • worker
      • libraries
        • api
        • codex
        • container
        • enum
          • http
        • file
        • hooks
        • logger
        • math
        • psr4
        • request
        • response
        • stream
        • uri
      • patterns
        • creational
      • traits
        • adapters
        • bootstrap
        • codex
        • components
        • controllers
        • data
        • entities
        • events
        • extensions
        • jobs
        • libraries
          • container
          • file
          • request
          • response
          • stream
          • uri
        • models
        • modules
        • patterns
          • behavioral
          • concurrency
          • creational
          • structural
        • routes
        • services
        • utilities
          • core
            • api
            • config
            • contract
              • contract
            • enum
            • environment
            • routines
          • datetime
          • error
          • exception
          • filebase
          • hooks
          • html
          • http
          • logic
          • math
          • parsers
          • regex
          • session
        • views
      • utilities
        • exception
          • cache
          • container
        • http
      • views
    • tests
      • patterns
        • creational
      • psr
        • psr7
      • utilities
        • exception
  • PasswordCompat
    • binary
  • PHP

Classes

  • Bootstrap
  • Directory
  • ExceptionTest
  • InitTest
  • oroboros\Common
  • oroboros\core\abstracts\adapters\AbstractAdapter
  • oroboros\core\abstracts\adapters\AbstractBrowserAdapter
  • oroboros\core\abstracts\adapters\AbstractDatabaseAdapter
  • oroboros\core\abstracts\adapters\AbstractLibraryAdapter
  • oroboros\core\abstracts\adapters\AbstractProxyAdapter
  • oroboros\core\abstracts\adapters\AbstractSdkAdapter
  • oroboros\core\abstracts\adapters\AbstractServiceAdapter
  • oroboros\core\abstracts\adapters\AbstractShellAdapter
  • oroboros\core\abstracts\adapters\AbstractSocketAdapter
  • oroboros\core\abstracts\bootstrap\AbstractBootstrap
  • oroboros\core\abstracts\controllers\AbstractAjaxController
  • oroboros\core\abstracts\controllers\AbstractCgiController
  • oroboros\core\abstracts\controllers\AbstractController
  • oroboros\core\abstracts\controllers\AbstractFrontController
  • oroboros\core\abstracts\controllers\AbstractHttpController
  • oroboros\core\abstracts\controllers\AbstractRoutineController
  • oroboros\core\abstracts\libraries\AbstractLibrary
  • oroboros\core\abstracts\libraries\auth\AbstractAuth
  • oroboros\core\abstracts\libraries\bootstrap\AbstractBootstrap
  • oroboros\core\abstracts\libraries\cache\AbstractCache
  • oroboros\core\abstracts\libraries\codex\AbstractCodex
  • oroboros\core\abstracts\libraries\config\AbstractConfig
  • oroboros\core\abstracts\libraries\container\AbstractCollection
  • oroboros\core\abstracts\libraries\container\AbstractContainer
  • oroboros\core\abstracts\libraries\data\AbstractDataObject
  • oroboros\core\abstracts\libraries\data\AbstractDataObjectCollection
  • oroboros\core\abstracts\libraries\database\AbstractDatabaseManager
  • oroboros\core\abstracts\libraries\database\AbstractDatabaseWorker
  • oroboros\core\abstracts\libraries\dns\AbstractRoute
  • oroboros\core\abstracts\libraries\dns\AbstractRouter
  • oroboros\core\abstracts\libraries\entity\AbstractEntity
  • oroboros\core\abstracts\libraries\entity\AbstractEntityCollection
  • oroboros\core\abstracts\libraries\entity\AbstractEntityManager
  • oroboros\core\abstracts\libraries\enum\AbstractEnum
  • oroboros\core\abstracts\libraries\error\AbstractErrorEvent
  • oroboros\core\abstracts\libraries\error\AbstractErrorHandler
  • oroboros\core\abstracts\libraries\event\AbstractEvent
  • oroboros\core\abstracts\libraries\event\AbstractEventCollection
  • oroboros\core\abstracts\libraries\event\AbstractEventManager
  • oroboros\core\abstracts\libraries\event\AbstractServerEvent
  • oroboros\core\abstracts\libraries\extension\AbstractExtension
  • oroboros\core\abstracts\libraries\extension\AbstractExtensionConfig
  • oroboros\core\abstracts\libraries\extension\AbstractExtensionManager
  • oroboros\core\abstracts\libraries\file\AbstractDirectory
  • oroboros\core\abstracts\libraries\file\AbstractFile
  • oroboros\core\abstracts\libraries\file\AbstractFileCollection
  • oroboros\core\abstracts\libraries\file\AbstractFileManager
  • oroboros\core\abstracts\libraries\file\AbstractFileUpload
  • oroboros\core\abstracts\libraries\flags\AbstractFlag
  • oroboros\core\abstracts\libraries\hooks\AbstractHook
  • oroboros\core\abstracts\libraries\hooks\AbstractHookParser
  • oroboros\core\abstracts\libraries\job\AbstractJob
  • oroboros\core\abstracts\libraries\job\AbstractJobCollection
  • oroboros\core\abstracts\libraries\logger\AbstractLogger
  • oroboros\core\abstracts\libraries\manager\AbstractManager
  • oroboros\core\abstracts\libraries\message\AbstractCgiMessage
  • oroboros\core\abstracts\libraries\message\AbstractHttpMessage
  • oroboros\core\abstracts\libraries\prototype\AbstractPrototyper
  • oroboros\core\abstracts\libraries\request\AbstractRequest
  • oroboros\core\abstracts\libraries\request\AbstractServerRequest
  • oroboros\core\abstracts\libraries\response\AbstractResponse
  • oroboros\core\abstracts\libraries\routine\AbstractRoutine
  • oroboros\core\abstracts\libraries\shell\AbstractShell
  • oroboros\core\abstracts\libraries\startup\AbstractBootstrap
  • oroboros\core\abstracts\libraries\stream\AbstractMessage
  • oroboros\core\abstracts\libraries\stream\AbstractStream
  • oroboros\core\abstracts\libraries\template\AbstractTemplate
  • oroboros\core\abstracts\libraries\uri\AbstractUri
  • oroboros\core\abstracts\libraries\utility\AbstractUtility
  • oroboros\core\abstracts\libraries\validation\AbstractValidationWorker
  • oroboros\core\abstracts\libraries\validation\AbstractValidator
  • oroboros\core\abstracts\libraries\validation\workers\AbstractFormValidationWorker
  • oroboros\core\abstracts\libraries\worker\AbstractWorker
  • oroboros\core\abstracts\models\AbstractAdapterModel
  • oroboros\core\abstracts\models\AbstractDataModel
  • oroboros\core\abstracts\models\AbstractEntityModel
  • oroboros\core\abstracts\models\AbstractEventModel
  • oroboros\core\abstracts\models\AbstractFileModel
  • oroboros\core\abstracts\models\AbstractJobModel
  • oroboros\core\abstracts\models\AbstractModel
  • oroboros\core\abstracts\models\AbstractServiceModel
  • oroboros\core\abstracts\models\AbstractWorkerModel
  • oroboros\core\abstracts\OroborosBaseAbstract
  • oroboros\core\abstracts\patterns\behavioral\AbstractDirector
  • oroboros\core\abstracts\patterns\creational\AbstractFactory
  • oroboros\core\abstracts\patterns\creational\AbstractPrototyper
  • oroboros\core\abstracts\patterns\creational\AbstractPrototypical
  • oroboros\core\abstracts\utilities\http\AbstractCookie
  • oroboros\core\abstracts\utilities\http\AbstractHeader
  • oroboros\core\abstracts\utilities\http\AbstractProtocol
  • oroboros\core\abstracts\utilities\http\AbstractRequestHeader
  • oroboros\core\abstracts\utilities\http\AbstractRequestMethod
  • oroboros\core\abstracts\utilities\http\AbstractResponseHeader
  • oroboros\core\abstracts\utilities\http\AbstractStatusCode
  • oroboros\core\abstracts\views\AbstractCssView
  • oroboros\core\abstracts\views\AbstractHtmlView
  • oroboros\core\abstracts\views\AbstractJavascriptView
  • oroboros\core\abstracts\views\AbstractPlaintextView
  • oroboros\core\abstracts\views\AbstractRssView
  • oroboros\core\abstracts\views\AbstractView
  • oroboros\core\libraries\api\ClassScopes
  • oroboros\core\libraries\api\ClassTypes
  • oroboros\core\libraries\api\ExceptionCodes
  • oroboros\core\libraries\api\ExceptionMessages
  • oroboros\core\libraries\api\FlagTypes
  • oroboros\core\libraries\api\HttpCodes
  • oroboros\core\libraries\api\Regex
  • oroboros\core\libraries\codex\Codex
  • oroboros\core\libraries\container\Collection
  • oroboros\core\libraries\enum\http\RequestHeaders
  • oroboros\core\libraries\enum\http\ResponseHeaders
  • oroboros\core\libraries\enum\http\StatusCodes
  • oroboros\core\libraries\file\File
  • oroboros\core\libraries\file\FileUpload
  • oroboros\core\libraries\hooks\SimpleHook
  • oroboros\core\libraries\logger\FileLogger
  • oroboros\core\libraries\logger\NullLogger
  • oroboros\core\libraries\math\Math
  • oroboros\core\libraries\psr4\Autoloader
  • oroboros\core\libraries\request\Request
  • oroboros\core\libraries\request\ServerRequest
  • oroboros\core\libraries\response\Response
  • oroboros\core\libraries\stream\Message
  • oroboros\core\libraries\stream\Stream
  • oroboros\core\libraries\uri\Uri
  • oroboros\core\patterns\creational\AdapterFactory
  • oroboros\core\patterns\creational\AppFactory
  • oroboros\core\patterns\creational\ControllerFactory
  • oroboros\core\patterns\creational\FactoryFactory
  • oroboros\core\patterns\creational\LibraryFactory
  • oroboros\core\patterns\creational\ModelFactory
  • oroboros\core\patterns\creational\ModuleFactory
  • oroboros\core\patterns\creational\Prototyper
  • oroboros\core\patterns\creational\TemplateFactory
  • oroboros\core\patterns\creational\ViewFactory
  • oroboros\core\utilities\http\Cookie
  • oroboros\core\utilities\http\Header
  • oroboros\core\utilities\http\Protocol
  • oroboros\core\utilities\http\RequestHeader
  • oroboros\core\utilities\http\RequestMethod
  • oroboros\core\utilities\http\ResponseHeader
  • oroboros\core\utilities\http\StatusCode
  • oroboros\core\views\AjaxView
  • oroboros\Oroboros
  • oroboros\tests\patterns\creational\PrototyperTest
  • oroboros\tests\psr\psr7\MessageTest
  • oroboros\tests\psr\psr7\RequestTest
  • oroboros\tests\psr\psr7\ResponseTest
  • oroboros\tests\psr\psr7\ServerRequestTest
  • oroboros\tests\psr\psr7\StreamTest
  • oroboros\tests\psr\psr7\UploadedFileTest
  • oroboros\tests\psr\psr7\UriTest
  • oroboros\tests\utilities\exception\ExceptionTest
  • ReflectionFunctionAbstract
  • stdClass

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • JsonSerializable
  • oroboros\core\interfaces\adapters\interpreters\OroborosInterpreterInterface
  • oroboros\core\interfaces\adapters\OroborosAdapterInterface
  • oroboros\core\interfaces\adapters\sdk\OroborosSdkAdapterInterface
  • oroboros\core\interfaces\api\AdapterApi
  • oroboros\core\interfaces\api\adapters\AdapterApi
  • oroboros\core\interfaces\api\adapters\CodexApi
  • oroboros\core\interfaces\api\AuthApi
  • oroboros\core\interfaces\api\BaseApi
  • oroboros\core\interfaces\api\BehavioralPatternApi
  • oroboros\core\interfaces\api\bootstrap\BootstrapApi
  • oroboros\core\interfaces\api\BootstrapApi
  • oroboros\core\interfaces\api\CacheApi
  • oroboros\core\interfaces\api\ClassScopeApi
  • oroboros\core\interfaces\api\ClassTypeApi
  • oroboros\core\interfaces\api\CodexApi
  • oroboros\core\interfaces\api\CollectionApi
  • oroboros\core\interfaces\api\ConcurrencyPatternApi
  • oroboros\core\interfaces\api\ContainerApi
  • oroboros\core\interfaces\api\ControllerApi
  • oroboros\core\interfaces\api\controllers\ControllerApi
  • oroboros\core\interfaces\api\CoreApi
  • oroboros\core\interfaces\api\CreationalPatternApi
  • oroboros\core\interfaces\api\DatabaseApi
  • oroboros\core\interfaces\api\DataObjectApi
  • oroboros\core\interfaces\api\DataObjectCollectionApi
  • oroboros\core\interfaces\api\DefaultApi
  • oroboros\core\interfaces\api\EntityApi
  • oroboros\core\interfaces\api\EntityCollectionApi
  • oroboros\core\interfaces\api\EnumApi
  • oroboros\core\interfaces\api\EnvironmentApi
  • oroboros\core\interfaces\api\EventApi
  • oroboros\core\interfaces\api\ExceptionApi
  • oroboros\core\interfaces\api\ExceptionCodeApi
  • oroboros\core\interfaces\api\ExceptionMessageApi
  • oroboros\core\interfaces\api\ExtensionrApi
  • oroboros\core\interfaces\api\FlagApi
  • oroboros\core\interfaces\api\HtmlTemplateApi
  • oroboros\core\interfaces\api\JobApi
  • oroboros\core\interfaces\api\JobCollectionApi
  • oroboros\core\interfaces\api\LibraryApi
  • oroboros\core\interfaces\api\LoggerApi
  • oroboros\core\interfaces\api\LogLevelApi
  • oroboros\core\interfaces\api\MathApi
  • oroboros\core\interfaces\api\ModelApi
  • oroboros\core\interfaces\api\ModuleApi
  • oroboros\core\interfaces\api\OroborosApi
  • oroboros\core\interfaces\api\ParserApi
  • oroboros\core\interfaces\api\PatternApi
  • oroboros\core\interfaces\api\psr\Psr7Api
  • oroboros\core\interfaces\api\RecordApi
  • oroboros\core\interfaces\api\RecordCollectionApi
  • oroboros\core\interfaces\api\RegexApi
  • oroboros\core\interfaces\api\RequestApi
  • oroboros\core\interfaces\api\ResponseApi
  • oroboros\core\interfaces\api\RouteApi
  • oroboros\core\interfaces\api\RouterApi
  • oroboros\core\interfaces\api\RoutineApi
  • oroboros\core\interfaces\api\ServerApi
  • oroboros\core\interfaces\api\ServiceApi
  • oroboros\core\interfaces\api\ServiceCollectionApi
  • oroboros\core\interfaces\api\ShellApi
  • oroboros\core\interfaces\api\StreamApi
  • oroboros\core\interfaces\api\StructuralPatternApi
  • oroboros\core\interfaces\api\TemplateApi
  • oroboros\core\interfaces\api\UtilityApi
  • oroboros\core\interfaces\api\ViewApi
  • oroboros\core\interfaces\BaseAbstractInterface
  • oroboros\core\interfaces\contract\adapters\AdapterContract
  • oroboros\core\interfaces\contract\BaseContract
  • oroboros\core\interfaces\contract\bootstrap\BootstrapContract
  • oroboros\core\interfaces\contract\codex\CodexContract
  • oroboros\core\interfaces\contract\components\ComponentContract
  • oroboros\core\interfaces\contract\controllers\ControllerContract
  • oroboros\core\interfaces\contract\CoreContract
  • oroboros\core\interfaces\contract\data\DataObjectContract
  • oroboros\core\interfaces\contract\entities\EntityContract
  • oroboros\core\interfaces\contract\errors\ErrorContract
  • oroboros\core\interfaces\contract\events\EventContract
  • oroboros\core\interfaces\contract\extensions\ExtensionContract
  • oroboros\core\interfaces\contract\jobs\JobContract
  • oroboros\core\interfaces\contract\libraries\auth\AuthContract
  • oroboros\core\interfaces\contract\libraries\cache\CacheItemContract
  • oroboros\core\interfaces\contract\libraries\cache\CachePoolContract
  • oroboros\core\interfaces\contract\libraries\config\ConfigContract
  • oroboros\core\interfaces\contract\libraries\container\CollectionContract
  • oroboros\core\interfaces\contract\libraries\container\ContainerContract
  • oroboros\core\interfaces\contract\libraries\enum\EnumContract
  • oroboros\core\interfaces\contract\libraries\file\FileContract
  • oroboros\core\interfaces\contract\libraries\file\UploadedFileContract
  • oroboros\core\interfaces\contract\libraries\flags\FlagContract
  • oroboros\core\interfaces\contract\libraries\hooks\HookContract
  • oroboros\core\interfaces\contract\libraries\LibraryContract
  • oroboros\core\interfaces\contract\libraries\module\ModuleContract
  • oroboros\core\interfaces\contract\libraries\promise\PromiseContract
  • oroboros\core\interfaces\contract\libraries\record\RecordContract
  • oroboros\core\interfaces\contract\libraries\request\RequestContract
  • oroboros\core\interfaces\contract\libraries\request\ServerRequestContract
  • oroboros\core\interfaces\contract\libraries\response\ResponseContract
  • oroboros\core\interfaces\contract\libraries\response\ServerResponseContract
  • oroboros\core\interfaces\contract\libraries\server\ServerContract
  • oroboros\core\interfaces\contract\libraries\shutdown\ShutdownContract
  • oroboros\core\interfaces\contract\libraries\site\SiteContract
  • oroboros\core\interfaces\contract\libraries\stream\MessageContract
  • oroboros\core\interfaces\contract\libraries\stream\StreamContract
  • oroboros\core\interfaces\contract\libraries\template\TemplateContract
  • oroboros\core\interfaces\contract\libraries\theme\ThemeContract
  • oroboros\core\interfaces\contract\libraries\uri\UriContract
  • oroboros\core\interfaces\contract\models\ModelContract
  • oroboros\core\interfaces\contract\patterns\behavioral\BehavioralContract
  • oroboros\core\interfaces\contract\patterns\concurrency\ConcurrencyContract
  • oroboros\core\interfaces\contract\patterns\creational\CreationalContract
  • oroboros\core\interfaces\contract\patterns\creational\PrototypeContract
  • oroboros\core\interfaces\contract\patterns\creational\PrototypicalContract
  • oroboros\core\interfaces\contract\patterns\PatternContract
  • oroboros\core\interfaces\contract\patterns\structural\StructuralContract
  • oroboros\core\interfaces\contract\routes\RouteContract
  • oroboros\core\interfaces\contract\routes\RouterContract
  • oroboros\core\interfaces\contract\routines\bootload\BootloadRoutineContract
  • oroboros\core\interfaces\contract\routines\declarative\DeclarativeRoutineContract
  • oroboros\core\interfaces\contract\routines\procedural\ProceduralRoutineContract
  • oroboros\core\interfaces\contract\routines\RoutineContract
  • oroboros\core\interfaces\contract\routines\subsystem\SubsystemRoutineContract
  • oroboros\core\interfaces\contract\services\consumer\cgi\CgiServiceConsumerContract
  • oroboros\core\interfaces\contract\services\consumer\rest\local\LocalRestServiceConsumerContract
  • oroboros\core\interfaces\contract\services\consumer\rest\remote\authenticated\AuthenticatedRemoteRestServiceConsumerContract
  • oroboros\core\interfaces\contract\services\consumer\rest\remote\RemoteRestServiceConsumerContract
  • oroboros\core\interfaces\contract\services\consumer\rest\remote\unauthenticated\UnauthenticatedRemoteRestServiceConsumerContract
  • oroboros\core\interfaces\contract\services\consumer\rest\RestServiceConsumerContract
  • oroboros\core\interfaces\contract\services\consumer\ServiceConsumerContract
  • oroboros\core\interfaces\contract\services\provider\cgi\CgiServiceProviderContract
  • oroboros\core\interfaces\contract\services\provider\rest\local\LocalRestServiceProviderContract
  • oroboros\core\interfaces\contract\services\provider\rest\remote\authenticated\AuthenticatedRemoteRestServiceProviderContract
  • oroboros\core\interfaces\contract\services\provider\rest\remote\RemoteRestServiceProviderContract
  • oroboros\core\interfaces\contract\services\provider\rest\remote\unauthenticated\UnauthenticatedRemoteRestServiceProviderContract
  • oroboros\core\interfaces\contract\services\provider\rest\RestServiceProviderContract
  • oroboros\core\interfaces\contract\services\provider\ServiceProviderContract
  • oroboros\core\interfaces\contract\services\ServiceContract
  • oroboros\core\interfaces\contract\utilities\datetime\DateContract
  • oroboros\core\interfaces\contract\utilities\datetime\TimeContract
  • oroboros\core\interfaces\contract\utilities\exception\cache\CacheExceptionContract
  • oroboros\core\interfaces\contract\utilities\exception\cache\InvalidArgumentExceptionContract
  • oroboros\core\interfaces\contract\utilities\exception\container\ContainerExceptionContract
  • oroboros\core\interfaces\contract\utilities\exception\container\NotFoundExceptionContract
  • oroboros\core\interfaces\contract\utilities\exception\ExceptionContract
  • oroboros\core\interfaces\contract\utilities\filebase\DirectoryContract
  • oroboros\core\interfaces\contract\utilities\filebase\DirectoryIndexContract
  • oroboros\core\interfaces\contract\utilities\filebase\FileContract
  • oroboros\core\interfaces\contract\utilities\http\CookieContract
  • oroboros\core\interfaces\contract\utilities\http\HeaderContract
  • oroboros\core\interfaces\contract\utilities\http\ProtocolContract
  • oroboros\core\interfaces\contract\utilities\http\RequestMethodContract
  • oroboros\core\interfaces\contract\utilities\http\StatusCodeContract
  • oroboros\core\interfaces\contract\utilities\math\MathContract
  • oroboros\core\interfaces\contract\utilities\parser\ParserContract
  • oroboros\core\interfaces\contract\utilities\regex\RegexContract
  • oroboros\core\interfaces\contract\utilities\session\SessionContract
  • oroboros\core\interfaces\contract\utilities\UtilityContract
  • oroboros\core\interfaces\contract\views\ViewContract
  • oroboros\core\interfaces\enumerated\BaseEnumerated
  • oroboros\core\interfaces\enumerated\environment\BaseEnvironmentApi
  • oroboros\core\interfaces\enumerated\environment\BuildEnvironmentApi
  • oroboros\core\interfaces\enumerated\environment\CgiEnvironmentApi
  • oroboros\core\interfaces\enumerated\environment\ClientEnvironmentApi
  • oroboros\core\interfaces\enumerated\environment\CoreEnvironmentApi
  • oroboros\core\interfaces\enumerated\environment\EnvironmentApi
  • oroboros\core\interfaces\enumerated\environment\HttpEnvironmentApi
  • oroboros\core\interfaces\enumerated\environment\ProjectEnvironmentApi
  • oroboros\core\interfaces\enumerated\environment\ServerEnvironmentApi
  • oroboros\core\interfaces\enumerated\flags\FlagApi
  • oroboros\core\interfaces\enumerated\flags\OutputFlagApi
  • oroboros\core\interfaces\enumerated\http\RequestHeaders
  • oroboros\core\interfaces\enumerated\http\ResponseHeaders
  • oroboros\core\interfaces\enumerated\http\StatusCodes
  • oroboros\core\interfaces\enumerated\views\ViewOutputApi
  • oroboros\core\interfaces\libraries\manager\ManagerContract
  • oroboros\core\interfaces\libraries\worker\WorkerContract
  • oroboros\OroborosInterface
  • Reflector
  • Throwable
  • Traversable

Traits

  • oroboros\core\traits\adapters\AdapterTrait
  • oroboros\core\traits\BaseTrait
  • oroboros\core\traits\bootstrap\BootstrapTrait
  • oroboros\core\traits\codex\CodexTrait
  • oroboros\core\traits\components\ComponentTrait
  • oroboros\core\traits\controllers\ControllerTrait
  • oroboros\core\traits\CoreTrait
  • oroboros\core\traits\data\DataObjectTrait
  • oroboros\core\traits\entities\EntityTrait
  • oroboros\core\traits\events\EventTrait
  • oroboros\core\traits\extensions\ExtensionTrait
  • oroboros\core\traits\jobs\JobTrait
  • oroboros\core\traits\libraries\container\CollectionTrait
  • oroboros\core\traits\libraries\container\ContainerTrait
  • oroboros\core\traits\libraries\file\DirectoryTrait
  • oroboros\core\traits\libraries\file\FileCollectionTrait
  • oroboros\core\traits\libraries\file\FileTrait
  • oroboros\core\traits\libraries\file\UploadedFileTrait
  • oroboros\core\traits\libraries\LibraryTrait
  • oroboros\core\traits\libraries\request\RequestTrait
  • oroboros\core\traits\libraries\request\ServerRequestTrait
  • oroboros\core\traits\libraries\response\ResponseTrait
  • oroboros\core\traits\libraries\stream\MessageTrait
  • oroboros\core\traits\libraries\stream\StreamTrait
  • oroboros\core\traits\libraries\uri\UriTrait
  • oroboros\core\traits\models\ModelTrait
  • oroboros\core\traits\modules\ModuleTrait
  • oroboros\core\traits\patterns\behavioral\ChainOfResponsibility
  • oroboros\core\traits\patterns\behavioral\RegistryTrait
  • oroboros\core\traits\patterns\behavioral\State
  • oroboros\core\traits\patterns\behavioral\StaticRegistry
  • oroboros\core\traits\patterns\concurrency\ObjectPoolTrait
  • oroboros\core\traits\patterns\creational\FactoryTrait
  • oroboros\core\traits\patterns\creational\PrototyperTrait
  • oroboros\core\traits\patterns\creational\PrototypicalTrait
  • oroboros\core\traits\patterns\structural\ControlApi
  • oroboros\core\traits\patterns\structural\Lockable
  • oroboros\core\traits\routes\RouterTrait
  • oroboros\core\traits\routes\RouteTrait
  • oroboros\core\traits\services\ServiceTrait
  • oroboros\core\traits\utilities\core\api\ApiTrait
  • oroboros\core\traits\utilities\core\config\ConfigTrait
  • oroboros\core\traits\utilities\core\contract\contract\ContractTrait
  • oroboros\core\traits\utilities\core\enum\EnumTrait
  • oroboros\core\traits\utilities\core\environment\EnvironmentTrait
  • oroboros\core\traits\utilities\core\routines\RoutineTrait
  • oroboros\core\traits\utilities\datetime\DateTrait
  • oroboros\core\traits\utilities\datetime\TimeTrait
  • oroboros\core\traits\utilities\DefaultLoggerTrait
  • oroboros\core\traits\utilities\error\ErrorHandlerTrait
  • oroboros\core\traits\utilities\error\ErrorTrait
  • oroboros\core\traits\utilities\exception\ExceptionCodeTrait
  • oroboros\core\traits\utilities\exception\ExceptionMessageTrait
  • oroboros\core\traits\utilities\exception\ExceptionTrait
  • oroboros\core\traits\utilities\ExceptionHelperTrait
  • oroboros\core\traits\utilities\filebase\DirectoryIndexTrait
  • oroboros\core\traits\utilities\filebase\DirectoryTrait
  • oroboros\core\traits\utilities\filebase\FileTrait
  • oroboros\core\traits\utilities\hooks\HooksTrait
  • oroboros\core\traits\utilities\html\HtmlBuilderTrait
  • oroboros\core\traits\utilities\html\HtmlGeneratorTrait
  • oroboros\core\traits\utilities\http\CookieTrait
  • oroboros\core\traits\utilities\http\HeaderTrait
  • oroboros\core\traits\utilities\http\ProtocolTrait
  • oroboros\core\traits\utilities\http\RequestHeaderTrait
  • oroboros\core\traits\utilities\http\RequestMethodTrait
  • oroboros\core\traits\utilities\http\ResponseHeaderTrait
  • oroboros\core\traits\utilities\http\StatusCodeTrait
  • oroboros\core\traits\utilities\LoaderTrait
  • oroboros\core\traits\utilities\logic\BackreferenceTrait
  • oroboros\core\traits\utilities\math\MathTrait
  • oroboros\core\traits\utilities\parsers\ParserTrait
  • oroboros\core\traits\utilities\regex\RegexTrait
  • oroboros\core\traits\utilities\session\SessionTrait
  • oroboros\core\traits\utilities\UtilityTrait
  • oroboros\core\traits\views\ViewTrait

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • DomainException
  • ErrorException
  • Exception
  • InvalidArgumentException
  • LengthException
  • LogicException
  • oroboros\core\abstracts\utilities\exception\AbstractBadFunctionCallException
  • oroboros\core\abstracts\utilities\exception\AbstractBadMethodCallException
  • oroboros\core\abstracts\utilities\exception\AbstractDomainException
  • oroboros\core\abstracts\utilities\exception\AbstractException
  • oroboros\core\abstracts\utilities\exception\AbstractInvalidArgumentException
  • oroboros\core\abstracts\utilities\exception\AbstractLengthException
  • oroboros\core\abstracts\utilities\exception\AbstractLogicException
  • oroboros\core\abstracts\utilities\exception\AbstractOutOfBoundsException
  • oroboros\core\abstracts\utilities\exception\AbstractOutOfRangeException
  • oroboros\core\abstracts\utilities\exception\AbstractOverflowException
  • oroboros\core\abstracts\utilities\exception\AbstractRangeException
  • oroboros\core\abstracts\utilities\exception\AbstractRuntimeException
  • oroboros\core\abstracts\utilities\exception\AbstractUnderflowException
  • oroboros\core\abstracts\utilities\exception\AbstractUnexpectedValueException
  • oroboros\core\abstracts\utilities\exception\cache\AbstractCacheException
  • oroboros\core\abstracts\utilities\exception\cache\AbstractInvalidArgumentException
  • oroboros\core\abstracts\utilities\exception\container\AbstractContainerException
  • oroboros\core\abstracts\utilities\exception\container\AbstractNotFoundException
  • oroboros\core\utilities\exception\BadFunctionCallException
  • oroboros\core\utilities\exception\BadMethodCallException
  • oroboros\core\utilities\exception\cache\CacheException
  • oroboros\core\utilities\exception\cache\InvalidArgumentException
  • oroboros\core\utilities\exception\container\ContainerException
  • oroboros\core\utilities\exception\container\NotFoundException
  • oroboros\core\utilities\exception\DomainException
  • oroboros\core\utilities\exception\Exception
  • oroboros\core\utilities\exception\InvalidArgumentException
  • oroboros\core\utilities\exception\LengthException
  • oroboros\core\utilities\exception\LogicException
  • oroboros\core\utilities\exception\OutOfBoundsException
  • oroboros\core\utilities\exception\OutOfRangeException
  • oroboros\core\utilities\exception\OverflowException
  • oroboros\core\utilities\exception\RangeException
  • oroboros\core\utilities\exception\RuntimeException
  • oroboros\core\utilities\exception\UnderflowException
  • oroboros\core\utilities\exception\UnexpectedValueException
  • OutOfBoundsException
  • OutOfRangeException
  • OverflowException
  • RangeException
  • RuntimeException
  • UnderflowException
  • UnexpectedValueException

Functions

  • array_column
  • getallheaders
  • oroboros\core\is_ajax
  • oroboros\core\is_cli
  • oroboros\core\localize_url
  • oroboros\core\oroboros_classfile_to_classname
  • oroboros\core\oroboros_run_routine
  • oroboros\core\request_headers
  • oroboros\core\require_safely
  • password_get_info
  • password_hash
  • password_needs_rehash
  • password_verify
  • PasswordCompat\binary\check
  1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 
<?php

namespace oroboros\core\interfaces\api;

/*
 * The MIT License
 *
 * Copyright 2016 Brian Dayhoff <brian@mopsyd.me>.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */

namespace oroboros\core\interfaces\enumerated\http;

/**
 * <Oroboros HTTP Status Code Interface>
 * This file provides consistent definitions for HTTP status codes.
 * This file exposes  HTTP status codes to your class as class constants.
 * This file will be updated periodically with future releases to adhere
 *  to the current W3C specifications.
 * @note <INCOMPLETE LIST. Finish before building REST engine!>
 */
interface StatusCodes extends \oroboros\core\interfaces\enumerated\BaseEnumerated
{
    /**
     * ---------------- 1xx Informational -----------------
     * This class of status code indicates a provisional response,
     * consisting only of the Status-Line and optional headers, and
     * is terminated by an empty line. There are no required headers
     * for this class of status code. Since HTTP/1.0 did not define
     * any 1xx status codes, servers MUST NOT send a 1xx response to
     * an HTTP/1.0 client except under experimental conditions.
     *
     * A client MUST be prepared to accept one or more 1xx status responses
     * prior to a regular response, even if the client does not expect
     * a 100 (Continue) status message. Unexpected 1xx status responses
     * MAY be ignored by a user agent.
     *
     * Proxies MUST forward 1xx responses, unless the connection between
     * the proxy and its client has been closed, or unless the proxy
     * itself requested the generation of the 1xx response. (For example,
     * if a proxy adds a "Expect: 100-continue" field when it forwards a
     * request, then it need not forward the corresponding 100 (Continue)
     * response(s).)
     * ----------------------------------------------------
     */

    /**
     * 100 Continue
     */
    const STATUS_100 = 100;
    const STATUS_100_TITLE = 'Continue';
    const HTTP_CONTINUE = self::STATUS_100;

    /**
     * 101 Switching Protocols
     */
    const STATUS_101 = 101;
    const STATUS_101_TITLE = 'Switching Protocols';
    const HTTP_SWITCHING_PROTOCOLS = self::STATUS_101;

    /**
     * 102 Processing (WebDAV)
     */
    const STATUS_102 = 102;
    const STATUS_102_TITLE = 'Processing';
    const HTTP_PROCESSING = self::STATUS_102;

    /**
     * -------------------- 2xx Success -------------------
     * This class of status code indicates that further action needs
     * to be taken by the user agent in order to fulfill the request.
     * The action required MAY be carried out by the user agent without
     * interaction with the user if and only if the method used in the
     * second request is GET or HEAD. A client SHOULD detect infinite
     * redirection loops, since such loops generate network traffic for
     * each redirection.
     *
     * Note: previous versions of this specification recommended a
     * maximum of five redirections. Content developers should be aware
     * that there might be clients that implement such a fixed
     * limitation.
     * ----------------------------------------------------
     */

    /**
     * 200 OK
     */
    const STATUS_200 = 200;
    const STATUS_200_TITLE = 'OK';
    const HTTP_OK = self::STATUS_200;

    /**
     * 201 Created
     */
    const STATUS_201 = 201;
    const STATUS_201_TITLE = 'Created';
    const HTTP_CREATED = self::STATUS_201;

    /**
     * 202 Accepted
     */
    const STATUS_202 = 202;
    const STATUS_202_TITLE = 'Accepted';
    const HTTP_ACCEPTED = self::STATUS_202;

    /**
     * 203 Non-Authoritative Information
     */
    const STATUS_203 = 203;
    const STATUS_203_TITLE = 'Non-Authoritative Information';
    const HTTP_NON_AUTHORITATIVE = self::STATUS_203;

    /**
     * 204 No Content
     */
    const STATUS_204 = 204;
    const STATUS_204_TITLE = 'No Content';
    const HTTP_NO_CONTENT = self::STATUS_204;

    /**
     * 205 Reset Content
     */
    const STATUS_205 = 205;
    const STATUS_205_TITLE = 'Reset Content';
    const HTTP_RESET_CONTENT = self::STATUS_205;

    /**
     * 206 Partial Content
     */
    const STATUS_206 = 206;
    const STATUS_206_TITLE = 'Partial Content';
    const HTTP_PARTIAL_CONTENT = self::STATUS_206;

    /**
     * 207 Multi-Status
     */
    const STATUS_207 = 207;
    const STATUS_207_TITLE = 'Multi-Status';
    const HTTP_MULTI_STATUS = self::STATUS_207;

    /**
     * 208 Multi-Status
     */
    const STATUS_208 = 208;
    const STATUS_208_TITLE = 'Already Reported';
    const HTTP_ALREADY_REPORTED = self::STATUS_208;

    /**
     * 226 IM Used
     */
    const STATUS_226 = 208;
    const STATUS_226_TITLE = 'IM Used';
    const HTTP_IM_USED = self::STATUS_226;

    /**
     * ----------------- 3xx Redirection ------------------
     * This class of status code indicates that further action needs
     * to be taken by the user agent in order to fulfill the request.
     * The action required MAY be carried out by the user agent without
     * interaction with the user if and only if the method used in the
     * second request is GET or HEAD. A client SHOULD detect infinite
     * redirection loops, since such loops generate network traffic for
     * each redirection.
     *
     * Note: previous versions of this specification recommended a
     * maximum of five redirections. Content developers should be aware
     * that there might be clients that implement such a fixed
     * limitation.
     * ----------------------------------------------------
     */

    /**
     * 300 Multiple Choices
     */
    const STATUS_300 = 300;
    const STATUS_300_TITLE = 'Multiple Choices';
    const HTTP_MULTIPLE_CHOICES = self::STATUS_300;

    /**
     * 301 Moved Permanently
     */
    const STATUS_301 = 301;
    const STATUS_301_TITLE = 'Moved Permanently';
    const HTTP_MOVED_PERMANENTLY = self::STATUS_301;

    /**
     * 302 Found
     */
    const STATUS_302 = 305;
    const STATUS_302_TITLE = 'Found';
    const HTTP_FOUND = self::STATUS_302;

    /**
     * 303 See Other
     */
    const STATUS_303 = 303;
    const STATUS_303_TITLE = 'See Other';
    const HTTP_SEE_OTHER = self::STATUS_303;

    /**
     * 304 Not Modified
     */
    const STATUS_304 = 304;
    const STATUS_304_TITLE = 'Not Modified';
    const HTTP_NOT_MODIFIED = self::STATUS_304;

    /**
     * 305 Use Proxy
     */
    const STATUS_305 = 305;
    const STATUS_305_TITLE = 'Use Proxy';
    const HTTP_USE_PROXY = self::STATUS_305;

    /**
     * 306 Unused
     */
    const STATUS_306 = 306;
    const STATUS_306_TITLE = 'Unused';
    const HTTP_UNUSED = self::STATUS_306;

    /**
     * 307 Temporary Redirect
     */
    const STATUS_307 = 307;
    const STATUS_307_TITLE = 'Temporary Redirect';
    const HTTP_TEMPORARY_REDIRECT = self::STATUS_307;

    /**
     * 308 Permanent Redirect (experimental)
     */
    const STATUS_308 = 308;
    const STATUS_308_TITLE = 'Permanent Redirect';
    const HTTP_PERMANENT_REDIRECT_EXPERIMENTAL = self::STATUS_308;

    /**
     * -------------- 4xx Client Errors --------------
     * The 4xx class of status code is intended for cases in which
     * the client seems to have erred. Except when responding to a
     * HEAD request, the server SHOULD include an entity containing
     * an explanation of the error situation, and whether it is a
     * temporary or permanent condition. These status codes are
     * applicable to any request method. User agents SHOULD display
     * any included entity to the user.
     *
     * If the client is sending data, a server implementation using
     * TCP SHOULD be careful to ensure that the client acknowledges
     * receipt of the packet(s) containing the response, before the
     * server closes the input connection. If the client continues
     * sending data to the server after the close, the server's TCP
     * stack will send a reset packet to the client, which may erase
     * the client's unacknowledged input buffers before they can be
     * read and interpreted by the HTTP application.
     * -----------------------------------------------
     */

    /**
     * 400 Bad Request
     */
    const STATUS_400 = 400;
    const STATUS_400_TITLE = 'Bad Request';
    const HTTP_BAD_REQUEST = self::STATUS_400;

    /**
     * 401 Unauthorized
     */
    const STATUS_401 = 401;
    const STATUS_401_TITLE = 'Unauthorized';
    const HTTP_UNAUTHORIZED = self::STATUS_401;

    /**
     * 402 Payment Required
     */
    const STATUS_402 = 402;
    const STATUS_402_TITLE = 'Payment Required';
    const HTTP_PAYMENT_REQUIRED = self::STATUS_402;

    /**
     * 403 Forbidden
     */
    const STATUS_403 = 403;
    const STATUS_403_TITLE = 'Forbidden';
    const HTTP_FORBIDDEN = self::STATUS_403;

    /**
     * 404 Not Found
     */
    const STATUS_404 = 404;
    const STATUS_404_TITLE = 'Not Found';
    const HTTP_NOT_FOUND = self::STATUS_404;

    /**
     * 405 Method Not Allowed
     */
    const STATUS_405 = 405;
    const STATUS_405_TITLE = 'Method Not Allowed';
    const HTTP_METHOD_NOT_ALLOWED = self::STATUS_405;

    /**
     * 406 Not Acceptable
     */
    const STATUS_406 = 406;
    const STATUS_406_TITLE = 'Not Acceptable';
    const HTTP_NOT_ACCEPTABLE = self::STATUS_406;

    /**
     * 407 Proxy Authentication Required
     */
    const STATUS_407 = 407;
    const STATUS_407_TITLE = 'Proxy Authentication Required';
    const HTTP_PROXY_AUTHENTICATION_REQUIRED = self::STATUS_407;

    /**
     * 411 Length Required
     */
    const STATUS_411 = 411;
    const STATUS_411_TITLE = 'Length Required';
    const HTTP_LENGTH_REQUIRED = self::STATUS_411;

    /**
     * 412 Precondition Failed
     */
    const STATUS_412 = 412;
    const STATUS_412_TITLE = 'Precondition Failed';
    const HTTP_PRECONDITION_FAILED = self::STATUS_412;

    /**
     * 413 Request Entity Too Large
     */
    const STATUS_413 = 413;
    const STATUS_413_TITLE = 'Request Entity Too Large';
    const HTTP_REQUEST_ENTITY_TOO_LARGE = self::STATUS_413;

    /**
     * 414 Request-URI Too Long
     */
    const STATUS_414 = 414;
    const STATUS_414_TITLE = 'Request-URI Too Long';
    const HTTP_REQUEST_URI_TOO_LONG = self::STATUS_414;

    /**
     * 415 Unsupported Media Type
     */
    const STATUS_415 = 415;
    const STATUS_415_TITLE = 'Unsupported Media Type';
    const HTTP_UNSUPPORTED_MEDIA_TYPE = self::STATUS_415;

    /**
     * 416 Requested Range Not Satisfiable
     */
    const STATUS_416 = 416;
    const STATUS_416_TITLE = 'Requested Range Not Satisfiable';
    const HTTP_RANGE_REQUEST_NOT_SATISFIABLE = self::STATUS_416;

    /**
     * 417 Expectation Failed
     */
    const STATUS_417 = 417;
    const STATUS_417_TITLE = 'Expectation Failed';
    const HTTP_EXPECTATION_FAILED = self::STATUS_417;

    /**
     * 418 I'm a teapot
     */
    const STATUS_418 = 418;
    const STATUS_418_TITLE = 'I\'m a teapot';
    const HTTP_IM_A_TEAPOT = self::STATUS_418;

    /**
     * 420 Enhance Your Calm
     */
    const STATUS_420 = 420;
    const STATUS_420_TITLE = 'Enhance Your Calm';
    const HTTP_ENHANCE_YOUR_CALM = self::STATUS_420;

    /**
     * 422 Unprocessable Entity
     */
    const STATUS_422 = 422;
    const STATUS_422_TITLE = 'Unprocessable Entity';
    const HTTP_UNPROCESSABLE_ENTITY = self::STATUS_422;

    /**
     * 423 Locked
     */
    const STATUS_423 = 423;
    const STATUS_423_TITLE = 'Locked';
    const HTTP_LOCKED = self::STATUS_423;

    /**
     * 424 Failed Dependency
     */
    const STATUS_424 = 424;
    const STATUS_424_TITLE = 'Failed Dependency';
    const HTTP_FAILED_DEPENDENCY = self::STATUS_424;

    /**
     * 425 Reserved for WebDAV
     */
    const STATUS_425 = 425;
    const STATUS_425_TITLE = 'Reserved for WebDAV';
    const HTTP_RESERVED_FOR_WEBDAV = self::STATUS_425;

    /**
     * 426 Upgrade Required
     */
    const STATUS_426 = 426;
    const STATUS_426_TITLE = 'Upgrade Required';
    const HTTP_UPGRADE_REQUIRED = self::STATUS_426;

    /**
     * 428 Precondition Required
     */
    const STATUS_428 = 428;
    const STATUS_428_TITLE = 'Precondition Required';
    const HTTP_PRECONDITION_REQUIRED = self::STATUS_428;

    /**
     * 429 Too Many Requests
     */
    const STATUS_429 = 429;
    const STATUS_429_TITLE = 'Too Many Requests';
    const HTTP_TOO_MANY_REQUESTS = self::STATUS_429;

    /**
     * 431 Request Header Fields Too Large
     */
    const STATUS_431 = 431;
    const STATUS_431_TITLE = 'Request Header Fields Too Large';
    const HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = self::STATUS_431;

    /**
     * 444 No Response
     */
    const STATUS_444 = 444;
    const STATUS_444_TITLE = 'No Response';
    const HTTP_NO_RESPONSE = self::STATUS_444;

    /**
     * 449 Retry With
     */
    const STATUS_449 = 449;
    const STATUS_449_TITLE = 'Retry With';
    const HTTP_RETRY_WITH = self::STATUS_449;

    /**
     * 450 Blocked by Windows Parental Controls
     */
    const STATUS_450 = 450;
    const STATUS_450_TITLE = 'Blocked by Windows Parental Controls';
    const HTTP_PARENTAL_CONTROLS = self::STATUS_450;

    /**
     * 451 Unavailable For Legal Reasons
     */
    const STATUS_451 = 451;
    const STATUS_451_TITLE = 'Unavailable For Legal Reasons';
    const HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = self::STATUS_451;

    /**
     * 499 Client Closed Request
     */
    const STATUS_499 = 499;
    const STATUS_499_TITLE = 'Client Closed Request';
    const HTTP_CLIENT_CLOSED_REQUEST = self::STATUS_499;

    /**
     * -------------- 5xx Server Errors --------------
     * Response status codes beginning with the digit "5"
     * indicate cases in which the server is aware that
     * it has erred or is incapable of performing the request.
     * Except when responding to a HEAD request, the server
     * SHOULD include an entity containing an explanation of
     * the error situation, and whether it is a temporary or
     * permanent condition. User agents SHOULD display any
     * included entity to the user. These response codes are
     * applicable to any request method.
     * -----------------------------------------------
     */

    /**
     * 500 Server Error
     */
    const STATUS_500 = 500;
    const STATUS_500_TITLE = 'Server Error';
    const HTTP_SERVER_ERROR = self::STATUS_500;

    /**
     * 501 Not Implemented
     */
    const STATUS_501 = 501;
    const STATUS_501_TITLE = 'Not Implemented';
    const HTTP_NOT_IMPLEMENTED = self::STATUS_501;

    /**
     * 502 Bad Gateway
     */
    const STATUS_502 = 502;
    const STATUS_502_TITLE = 'Bad Gateway';
    const HTTP_BAD_GATEWAY = self::STATUS_502;

    /**
     * 503 Service Unavailable
     */
    const STATUS_503 = 503;
    const STATUS_503_TITLE = 'Service Unavailable';
    const HTTP_SERVICE_UNAVAILABLE = self::STATUS_503;

    /**
     * 504 Gateway Timeout
     */
    const STATUS_504 = 504;
    const STATUS_504_TITLE = 'Gateway Timeout';
    const HTTP_GATEWAY_TIMEOUT = self::STATUS_504;

    /**
     * 505 HTTP Version Not Supported
     */
    const STATUS_505 = 505;
    const STATUS_505_TITLE = 'HTTP Version Not Supported';
    const HTTP_VERSION_NOT_SUPPORTED = self::STATUS_505;

    /**
     * 506 Variant Also Negotiates
     */
    const STATUS_506 = 506;
    const STATUS_506_TITLE = 'Variant Also Negotiates';
    const HTTP_VARIANT_ALSO_NEGOTIATES = self::STATUS_506;

    /**
     * 507 Insufficient Storage
     */
    const STATUS_507 = 507;
    const STATUS_507_TITLE = 'Insufficient Storage';
    const HTTP_INSUFFICIENT_STORAGE = self::STATUS_507;

    /**
     * 508 Loop Detected
     */
    const STATUS_508 = 508;
    const STATUS_508_TITLE = 'Loop Detected';
    const HTTP_LOOP_DETECTED = self::STATUS_508;

    /**
     * 509 Bandwidth Limit Exceeded
     */
    const STATUS_509 = 509;
    const STATUS_509_TITLE = 'Bandwidth Limit Exceeded';
    const HTTP_BANDWIDTH_LIMIT_EXCEEDED = self::STATUS_509;

    /**
     * 510 Not Extended
     */
    const STATUS_510 = 510;
    const STATUS_510_TITLE = 'Not Extended';
    const HTTP_NOT_EXTENDED = self::STATUS_510;

    /**
     * 511 Network Authentication Required
     */
    const STATUS_511 = 511;
    const STATUS_511_TITLE = 'Network Authentication Required';
    const HTTP_NETWORK_AUTHENTICATION_REQUIRED = self::STATUS_511;

    /**
     * 598 Network read timeout error
     */
    const STATUS_598 = 598;
    const STATUS_598_TITLE = 'Network read timeout error';
    const HTTP_NETWORK_READ_TIMEOUT_ERROR = self::STATUS_598;

    /**
     * 599 Network connect timeout error
     */
    const STATUS_599 = 599;
    const STATUS_599_TITLE = 'Network connect timeout error';
    const HTTP_NETWORK_CONNECT_TIMEOUT_ERROR = self::STATUS_599;

}
Oroboros Core API documentation generated by ApiGen