> GET /invalid HTTP/1.1
< HTTP/1.1 400 Bad Request
< {"success":"false","definition":"Not Found"}
> GET / HTTP/1.1
< HTTP/1.1 200 OK
< {
< "class":"Controller\\RestController",
< "method":"Controller\\RestController::get"
< }
> GET /protected HTTP/1.1
> {
> "success":"false",
> "definition":"Forbidden"
> }
curl http://localhost:8001/protected -H 'Authorization: Wheel Value'