HTTP Method notes for RouteControl

Currently only two http methods are being utilized for route traffic so
classes are getting jumped trying to stuff every action in on or the
other. More methods need to be implemented to better organize route
pathing and subsequent requests
pull/84/head
Ro 2 years ago
parent e431f1afa4
commit 77eb8dd1a8
No known key found for this signature in database
GPG Key ID: FF5888875DC19043

@ -7,6 +7,7 @@ use Psr\Http\Message\ServerRequestInterface;
class RouteControl
{
//TODO: Add additional HTTP Methods to better organize API control paths
public function get(
ServerRequestInterface $request,
ResponseInterface $response,

Loading…
Cancel
Save