Constants summary
integer | HTTP_ACCEPTED |
#202 |
integer | HTTP_ALREADY_REPORTED |
#208 |
integer | HTTP_BAD_GATEWAY |
#502 |
integer | HTTP_BAD_REQUEST
The request cannot be fulfilled due to multiple errors |
#400 |
integer | HTTP_CONFLICT
The request could not be completed due to a conflict with the current state of the resource |
#409 |
integer | HTTP_CONTINUE |
#100 |
integer | HTTP_CREATED
The server successfully created a new resource |
#201 |
integer | HTTP_EXPECTATION_FAILED |
#417 |
integer | HTTP_FAILED_DEPENDENCY |
#424 |
integer | HTTP_FORBIDDEN
The requested resource is unavailable at this present time |
#403 |
integer | HTTP_FOUND |
#302 |
integer | HTTP_GATEWAY_TIMEOUT |
#504 |
integer | HTTP_GONE |
#410 |
integer | HTTP_IM_USED |
#226 |
integer | HTTP_INSUFFICIENT_STORAGE |
#507 |
integer | HTTP_INTERNAL_SERVER_ERROR
The server encountered an unexpected error |
#500 |
integer | HTTP_I_AM_A_TEAPOT |
#418 |
integer | HTTP_LENGTH_REQUIRED |
#411 |
integer | HTTP_LOCKED |
#423 |
integer | HTTP_LOOP_DETECTED |
#508 |
integer | HTTP_METHOD_NOT_ALLOWED
The request method is not supported by the following resource |
#405 |
integer | HTTP_MOVED_PERMANENTLY |
#301 |
integer | HTTP_MULTIPLE_CHOICES |
#300 |
integer | HTTP_MULTI_STATUS |
#207 |
integer | HTTP_NETWORK_AUTHENTICATION_REQUIRED |
#511 |
integer | HTTP_NON_AUTHORITATIVE_INFORMATION |
#203 |
integer | HTTP_NOT_ACCEPTABLE
The request was not acceptable |
#406 |
integer | HTTP_NOT_EXTENDED |
#510 |
integer | HTTP_NOT_FOUND
The requested resource could not be found |
#404 |
integer | HTTP_NOT_IMPLEMENTED
The server does not recognise the request method |
#501 |
integer | HTTP_NOT_MODIFIED
The resource has not been modified since the last request |
#304 |
integer | HTTP_NO_CONTENT
The server successfully processed the request, though no content is returned |
#204 |
integer | HTTP_OK
The request has succeeded |
#200 |
integer | HTTP_PARTIAL_CONTENT |
#206 |
integer | HTTP_PAYMENT_REQUIRED |
#402 |
integer | HTTP_PERMANENTLY_REDIRECT |
#308 |
integer | HTTP_PRECONDITION_FAILED |
#412 |
integer | HTTP_PRECONDITION_REQUIRED |
#428 |
integer | HTTP_PROCESSING |
#102 |
integer | HTTP_PROXY_AUTHENTICATION_REQUIRED |
#407 |
integer | HTTP_REQUESTED_RANGE_NOT_SATISFIABLE |
#416 |
integer | HTTP_REQUEST_ENTITY_TOO_LARGE |
#413 |
integer | HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE |
#431 |
integer | HTTP_REQUEST_TIMEOUT |
#408 |
integer | HTTP_REQUEST_URI_TOO_LONG |
#414 |
integer | HTTP_RESERVED |
#306 |
integer | HTTP_RESERVED_FOR_WEBDAV_ADVANCED_COLLECTIONS_EXPIRED_PROPOSAL |
#425 |
integer | HTTP_RESET_CONTENT |
#205 |
integer | HTTP_SEE_OTHER |
#303 |
integer | HTTP_SERVICE_UNAVAILABLE |
#503 |
integer | HTTP_SWITCHING_PROTOCOLS |
#101 |
integer | HTTP_TEMPORARY_REDIRECT |
#307 |
integer | HTTP_TOO_MANY_REQUESTS |
#429 |
integer | HTTP_UNAUTHORIZED
The user is unauthorized to access the requested resource |
#401 |
integer | HTTP_UNPROCESSABLE_ENTITY |
#422 |
integer | HTTP_UNSUPPORTED_MEDIA_TYPE |
#415 |
integer | HTTP_UPGRADE_REQUIRED |
#426 |
integer | HTTP_USE_PROXY |
#305 |
integer | HTTP_VARIANT_ALSO_NEGOTIATES_EXPERIMENTAL |
#506 |
integer | HTTP_VERSION_NOT_SUPPORTED |
#505 |
출처
www.bellablossomsnursery.co.za/documentation/class-REST_Controller.html
'[ Web 관련 ] > 코드이그나이터 3.x.x' 카테고리의 다른 글
코드이그나이터 디렉토리 경로, 공통 파일 사용 (0) | 2020.09.25 |
---|---|
form_validation에 커스텀 룰 추가 (0) | 2020.09.09 |
코드이그나이터 쿼리 (0) | 2020.08.04 |
코드이그나이터 Path - 절대 경로 (0) | 2020.06.17 |
코드이그나이터 RestApi php-jwt (JSON Web Token) (0) | 2020.06.09 |