SupportedHttpMethods
in package
AbstractYes
This class holds the supported http methods in the framework.
Only GET methods are for checking the server status. The rest are of the request should be POST only
Tags
Table of Contents
Constants
Constants
GET
public
mixed
GET
= 'GET'
POST
public
mixed
POST
= 'POST'