Property
badRequest
400 Bad Request response.
static var badRequest: HTTPResponse { get }
Discussion
Returned when the request URI is malformed or invalid.
See Also
Creating Error Responses
?
forbidden
403 Forbidden response.
?
notFound
404 Not Found response.
?
methodNotAllowed
405 Method Not Allowed response.
?
internalServerError
500 Internal Server Error response.