Skip to content

Releases: php-fig/http-message-util

http-message-util 1.1.5

24 Nov 22:02
1.1.5
Compare
Choose a tag to compare

Added

  • #19 adds support for PHP 8.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

http-message-util 1.1.4

05 Feb 20:37
1.1.4
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #15 removes the dependency on psr/http-message, as it is not technically necessary for usage of this package.

Fixed

  • Nothing.

http-message-util 1.1.3

19 Nov 16:21
Compare
Choose a tag to compare

Added

  • #10 adds the constants StatusCodeInterface::STATUS_EARLY_HINTS (103) and
    StatusCodeInterface::STATUS_TOO_EARLY (425).

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

fig/http-message-util 1.1.2

09 Feb 16:11
Compare
Choose a tag to compare

Added

  • #4 adds the constant StatusCodeInterface::STATUS_MIDIRECTED_REQUEST (421).

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

fig/http-message-util 1.1.1

06 Feb 19:26
Compare
Choose a tag to compare

Added

  • #3 adds the constant StatusCodeInterface::STATUS_IM_A_TEAPOT (418).

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

fig/http-message-util 1.1.0

19 Sep 14:54
Compare
Choose a tag to compare

Added

  • #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.

fig/http-message-util 1.0.0

19 Sep 14:55
Compare
Choose a tag to compare

Initial release.

Provides Fig\Http\Message\RequestMethodInterface, with constants mapping to the most common HTTP request methods.