Skip to content

Releases: koriym/Koriym.HttpConstants

1.2.1

12 Oct 11:02
8602c3b

Choose a tag to compare

What's Changed

  • Add missing request header Content-Type by @koriym in #9

@arecdudek Thanks for the reporting issue. #8

Full Changelog: 1.2.0...1.2.1

1.2.0

05 Oct 12:17
a521e10

Choose a tag to compare

What's Changed

  • Add stale* headers #7
    • Add constant visibility (public)
    • Drop PHP 5.x and 7.0 support

Full Changelog: 1.1.5...1.2.0

1.1.5

30 Aug 14:20
b8d0b27

Choose a tag to compare

Fix #5

Thanks @sylfabre !

1.1.4

09 Oct 09:44
bed3679

Choose a tag to compare

Add CacheControl

1.0.4

29 Aug 08:32

Choose a tag to compare

  • [FIX] 409 #2

1.0.3

19 May 21:07

Choose a tag to compare

Change 302 to Found from Moved Temporarily

The HTTP/1.0 specification (RFC 1945) initially defined this code, and gives it the description phrase "Moved Temporarily".

https://tools.ietf.org/html/rfc7231#section-6.4.3

1.0.2

23 Feb 18:02

Choose a tag to compare

This release fix wrong file name.

1.0.1

23 Feb 17:53

Choose a tag to compare

This release add Location response header.

1.0.0

23 Feb 17:35

Choose a tag to compare

This is first stable release.

0.1.0

30 Aug 08:06

Choose a tag to compare

Initial release