HttpMethod
in package
PHP Mini Framework
Tags
Table of Contents
- DELETE = "DELETE"
- GET = "GET"
- HEAD = "HEAD"
- OPTIONS = "OPTIONS"
- PATCH = "PATCH"
- POST = "POST"
- PUT = "PUT"
Constants
DELETE
public
mixed
DELETE
= "DELETE"
Tags
GET
public
mixed
GET
= "GET"
Tags
HEAD
public
mixed
HEAD
= "HEAD"
Tags
OPTIONS
public
mixed
OPTIONS
= "OPTIONS"
Tags
PATCH
public
mixed
PATCH
= "PATCH"
Tags
POST
public
mixed
POST
= "POST"
Tags
PUT
public
mixed
PUT
= "PUT"