Skip to content

Releases: koriym/Koriym.HttpConstants

1.2.1

Choose a tag to compare

@koriym koriym released this 12 Oct 11:02
8602c3b

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

Choose a tag to compare

@koriym koriym released this 05 Oct 12:17
a521e10

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

Choose a tag to compare

@koriym koriym released this 30 Aug 14:20
b8d0b27

Fix #5

Thanks @sylfabre !

1.1.4

Choose a tag to compare

@koriym koriym released this 09 Oct 09:44
bed3679

Add CacheControl

1.0.4

Choose a tag to compare

@koriym koriym released this 29 Aug 08:32
  • [FIX] 409 #2

1.0.3

Choose a tag to compare

@koriym koriym released this 19 May 21:07

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

Choose a tag to compare

@koriym koriym released this 23 Feb 18:02

This release fix wrong file name.

1.0.1

Choose a tag to compare

@koriym koriym released this 23 Feb 17:53

This release add Location response header.

1.0.0

Choose a tag to compare

@koriym koriym released this 23 Feb 17:35

This is first stable release.

0.1.0

Choose a tag to compare

@koriym koriym released this 30 Aug 08:06

Initial release