Tags give the ability to mark specific points in history as being important
  • 1.1.5
    17da19e1 · [ITDEPT-148] Adding CI ·
    Adding CI
  • 1.1.4
    php-fig/http-message-util 1.1.4
    
    Added
    -----
    
    - Nothing.
    
    Changed
    -------
    
    - Nothing.
    
    Deprecated
    ----------
    
    - Nothing.
    
    Removed
    -------
    
    - [#15](https://github.com/php-fig/http-message-util/pull/15) removes the dependency on psr/http-message, as it is not technically necessary for usage of this package.
    
    Fixed
    -----
    
    - Nothing.
    
  • 1.1.3
    http-message-util 1.1.3
    
    Added
    -----
    
    - [#10](https://github.com/php-fig/http-message-util/pull/10) adds the constants `StatusCodeInterface::STATUS_EARLY_HINTS` (103) and
      `StatusCodeInterface::STATUS_TOO_EARLY (425).
    
    Changed
    -------
    
    - Nothing.
    
    Deprecated
    ----------
    
    - Nothing.
    
    Removed
    -------
    
    - Nothing.
    
    Fixed
    -----
    
    - Nothing.
    
  • 1.1.2
    20b2c280 · Merge branch 'hotfix/5' ·
    fig/http-message-util 1.1.2
    
    Added
    -----
    
    - [#4](https://github.com/php-fig/http-message-util/pull/4) adds the constant
      `StatusCodeInterface::STATUS_MIDIRECTED_REQUEST` (421).
    
    Deprecated
    ----------
    
    - Nothing.
    
    Removed
    -------
    
    - Nothing.
    
    Fixed
    -----
    
    - Nothing.
    
  • 1.1.1
    2794f0e6 · Merge branch 'hotfix/3' ·
    http-message-util 1.1.1
    
    Added
    -----
    
    - [#3](https://github.com/php-fig/http-message-util/pull/3) adds the constant
      `StatusCodeInterface::STATUS_IM_A_TEAPOT` (418).
    
    Deprecated
    ----------
    
    - Nothing.
    
    Removed
    -------
    
    - Nothing.
    
    Fixed
    -----
    
    - Nothing.
    
  • 1.1.0
    70899e53 · Merge branch 'feature/1' ·
    fig/http-message-util 1.1.0
    
    Added
    -----
    
    - [#1](https://github.com/php-fig/http-message-util/pull/1) adds
      `Fig\Http\Message\StatusCodeInterface`, with constants named after common
      status reason phrases, with values indicating the status codes themselves.
    
    Deprecated
    ----------
    
    - Nothing.
    
    Removed
    -------
    
    - Nothing.
    
    Fixed
    -----
    
    - Nothing.
    
  • 1.0.0
    fig/http-message-util 1.0.0
    
    Initial release.
    
    Provides `Fig\Http\Message\RequestMethodInterface`, with constants mapping to the most
    common HTTP request methods.