Package net.thauvin.erik.httpstatus
package net.thauvin.erik.httpstatus
A simple library to search for and display information about
HTTP status codes.
- Since:
- 1.0
-
ClassDescriptionPopulates the
reason phrases
map frombundle properties
, and implements accessor methods.TheStatusCode
bean implements methods to check the class of an HTTP status code.TheStatusCodeClass
enum represents the classification of HTTP status codes into groups based on their first digit.TheUtils
class implements a collection of utility methods used throughout this project.