ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Definition at line 11 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_ACCEPTED = 202 |
Definition at line 19 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_ALREADY_REPORTED = 208 |
Definition at line 25 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_BAD_GATEWAY = 502 |
Definition at line 71 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_BAD_REQUEST = 400 |
Definition at line 38 of file StatusCode.php.
Referenced by Slim\Http\Response\isClientError(), and Slim\Http\Response\isRedirection().
const Slim\Http\StatusCode::HTTP_CLIENT_CLOSED_REQUEST = 499 |
Definition at line 67 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_CONFLICT = 409 |
Definition at line 47 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_CONNECTION_CLOSED_WITHOUT_RESPONSE = 444 |
Definition at line 65 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_CONTINUE = 100 |
Definition at line 13 of file StatusCode.php.
Referenced by Slim\Http\Response\filterStatus(), and Slim\Http\Response\isInformational().
const Slim\Http\StatusCode::HTTP_CREATED = 201 |
Definition at line 18 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_EXPECTATION_FAILED = 417 |
Definition at line 55 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_FAILED_DEPENDENCY = 424 |
Definition at line 60 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_FORBIDDEN = 403 |
Definition at line 41 of file StatusCode.php.
Referenced by Slim\Http\Response\isForbidden().
const Slim\Http\StatusCode::HTTP_FOUND = 302 |
Definition at line 30 of file StatusCode.php.
Referenced by Slim\Http\Response\isRedirect(), Slim\Http\Response\withHeader(), and Slim\Http\Response\withRedirect().
const Slim\Http\StatusCode::HTTP_GATEWAY_TIMEOUT = 504 |
Definition at line 73 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_GONE = 410 |
Definition at line 48 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_IM_A_TEAPOT = 418 |
Definition at line 56 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_IM_USED = 226 |
Definition at line 26 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_INSUFFICIENT_STORAGE = 507 |
Definition at line 76 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_INTERNAL_SERVER_ERROR = 500 |
Definition at line 69 of file StatusCode.php.
Referenced by Slim\Http\Response\isClientError(), and Slim\Http\Response\isServerError().
const Slim\Http\StatusCode::HTTP_LENGTH_REQUIRED = 411 |
Definition at line 49 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_LOCKED = 423 |
Definition at line 59 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_LOOP_DETECTED = 508 |
Definition at line 77 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_METHOD_NOT_ALLOWED = 405 |
Definition at line 43 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_MISDIRECTED_REQUEST = 421 |
Definition at line 57 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_MOVED_PERMANENTLY = 301 |
Definition at line 29 of file StatusCode.php.
Referenced by Slim\Http\Response\isRedirect().
const Slim\Http\StatusCode::HTTP_MULTI_STATUS = 207 |
Definition at line 24 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_MULTIPLE_CHOICES = 300 |
Definition at line 28 of file StatusCode.php.
Referenced by Slim\Http\Response\isRedirection(), and Slim\Http\Response\isSuccessful().
const Slim\Http\StatusCode::HTTP_NETWORK_AUTHENTICATION_REQUIRED = 511 |
Definition at line 79 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_NETWORK_CONNECTION_TIMEOUT_ERROR = 599 |
Definition at line 80 of file StatusCode.php.
Referenced by Slim\Http\Response\filterStatus().
const Slim\Http\StatusCode::HTTP_NO_CONTENT = 204 |
Definition at line 21 of file StatusCode.php.
Referenced by Slim\Http\Response\isEmpty().
const Slim\Http\StatusCode::HTTP_NONAUTHORITATIVE_INFORMATION = 203 |
Definition at line 20 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_NOT_ACCEPTABLE = 406 |
Definition at line 44 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_NOT_EXTENDED = 510 |
Definition at line 78 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_NOT_FOUND = 404 |
Definition at line 42 of file StatusCode.php.
Referenced by Slim\Http\Response\isNotFound().
const Slim\Http\StatusCode::HTTP_NOT_IMPLEMENTED = 501 |
Definition at line 70 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_NOT_MODIFIED = 304 |
Definition at line 32 of file StatusCode.php.
Referenced by Slim\Http\Response\isEmpty().
const Slim\Http\StatusCode::HTTP_OK = 200 |
Definition at line 17 of file StatusCode.php.
Referenced by Slim\Http\Response\isInformational(), Slim\Http\Response\isOk(), Slim\Http\Response\isSuccessful(), Slim\Http\Response\withHeader(), and Slim\Http\Response\withRedirect().
const Slim\Http\StatusCode::HTTP_PARTIAL_CONTENT = 206 |
Definition at line 23 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_PAYMENT_REQUIRED = 402 |
Definition at line 40 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_PERMANENT_REDIRECT = 308 |
Definition at line 36 of file StatusCode.php.
Referenced by Slim\Http\Response\isRedirect().
const Slim\Http\StatusCode::HTTP_PRECONDITION_FAILED = 412 |
Definition at line 50 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_PRECONDITION_REQUIRED = 428 |
Definition at line 62 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_PROCESSING = 102 |
Definition at line 15 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_PROXY_AUTHENTICATION_REQUIRED = 407 |
Definition at line 45 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_REQUEST_ENTITY_TOO_LARGE = 413 |
Definition at line 51 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = 431 |
Definition at line 64 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_REQUEST_TIMEOUT = 408 |
Definition at line 46 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_REQUEST_URI_TOO_LONG = 414 |
Definition at line 52 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_REQUESTED_RANGE_NOT_SATISFIABLE = 416 |
Definition at line 54 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_RESET_CONTENT = 205 |
Definition at line 22 of file StatusCode.php.
Referenced by Slim\Http\Response\isEmpty().
const Slim\Http\StatusCode::HTTP_SEE_OTHER = 303 |
Definition at line 31 of file StatusCode.php.
Referenced by Slim\Http\Response\isRedirect().
const Slim\Http\StatusCode::HTTP_SERVICE_UNAVAILABLE = 503 |
Definition at line 72 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_SWITCHING_PROTOCOLS = 101 |
Definition at line 14 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_TEMPORARY_REDIRECT = 307 |
Definition at line 35 of file StatusCode.php.
Referenced by Slim\Http\Response\isRedirect().
const Slim\Http\StatusCode::HTTP_TOO_MANY_REQUESTS = 429 |
Definition at line 63 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_UNAUTHORIZED = 401 |
Definition at line 39 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451 |
Definition at line 66 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_UNPROCESSABLE_ENTITY = 422 |
Definition at line 58 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_UNSUPPORTED_MEDIA_TYPE = 415 |
Definition at line 53 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_UNUSED = 306 |
Definition at line 34 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_UPGRADE_REQUIRED = 426 |
Definition at line 61 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_USE_PROXY = 305 |
Definition at line 33 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_VARIANT_ALSO_NEGOTIATES = 506 |
Definition at line 75 of file StatusCode.php.
const Slim\Http\StatusCode::HTTP_VERSION_NOT_SUPPORTED = 505 |
Definition at line 74 of file StatusCode.php.