CodeIgniter v4.7 API

Method
in package

HTTP Method List

Table of Contents

Constants

CONNECT  : mixed = 'CONNECT'
Safe: No Idempotent: No Cacheable: No
DELETE  : mixed = 'DELETE'
Safe: No Idempotent: Yes Cacheable: No
GET  : mixed = 'GET'
Safe: Yes Idempotent: Yes Cacheable: Yes
HEAD  : mixed = 'HEAD'
Safe: Yes Idempotent: Yes Cacheable: Yes
OPTIONS  : mixed = 'OPTIONS'
Safe: Yes Idempotent: Yes Cacheable: No
PATCH  : mixed = 'PATCH'
Safe: No Idempotent: No Cacheable: Only if freshness information is included
POST  : mixed = 'POST'
Safe: No Idempotent: No Cacheable: Only if freshness information is included
PUT  : mixed = 'PUT'
Safe: No Idempotent: Yes Cacheable: No
TRACE  : mixed = 'TRACE'
Safe: Yes Idempotent: Yes Cacheable: No

Methods

all()  : array<string|int, mixed>
Returns all HTTP methods.

Constants

Methods

all()

Returns all HTTP methods.

public static all() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page

Search results