Ergo\Routing\AbstractRestController::post PHP Method

post() public method

Handles an HTTP POST request.
public post ( $request ) : Response
return Ergo\Http\Response
    public function post($request)
    {
        throw new Http\Error\MethodNotAllowed('POST');
    }