public via (mixed $httpMethods)
Set one or more HTTP methods that constraint the matching of the route
$route->via('GET'); $route->via(array('GET', 'POST'));
public via (mixed $httpMethods)
Set one or more HTTP methods that constraint the matching of the route
$route->via('GET'); $route->via(array('GET', 'POST'));
Please login to continue.