|
EventHttp::setAllowedMethodsSets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks Description
public
void EventHttp::setAllowedMethods(
int
$methods
)Sets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks
If not supported they will generate a
By default this includes the following methods:
Parameters
Return ValuesNo value is returned. |