Uses of Package
tech.greenfield.vertx.irked.status
-
Packages that use tech.greenfield.vertx.irked.status Package Description tech.greenfield.vertx.irked.exceptions tech.greenfield.vertx.irked.helpers -
Classes in tech.greenfield.vertx.irked.status used by tech.greenfield.vertx.irked.exceptions Class Description BadRequest HTTP Status Code for Bad Request To send this in the response, either pass an instance (with optional custom message) toRequest.send(HttpError)or throw it out of an Irked controller handler. -
Classes in tech.greenfield.vertx.irked.status used by tech.greenfield.vertx.irked.helpers Class Description Found HTTP Status Code for Found To send this in the response, either pass an instance (with optional custom message) toRequest.send(HttpError)or throw it out of an Irked controller handler.MovedPermanently HTTP Status Code for Moved Permanently To send this in the response, either pass an instance (with optional custom message) toRequest.send(HttpError)or throw it out of an Irked controller handler.Unauthorized HTTP Status Code for Unauthorized To send this in the response, either pass an instance (with optional custom message) toRequest.send(HttpError)or throw it out of an Irked controller handler.