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
  • Class
    Description
    Populates the reason phrases map from bundle properties, and implements accessor methods.
    The StatusCode bean implements methods to check the class of an HTTP status code.
    The StatusCodeClass enum represents the classification of HTTP status codes into groups based on their first digit.
    The Utils class implements a collection of utility methods used throughout this project.