Skip to content

Releases: christoph-kluge/reactphp-http-cors-middleware

Adds support for reactphp/http:^1.0.0

19 Sep 20:42
d6ecd5c
Compare
Choose a tag to compare
Merge pull request #9 from sandrokeil/feature/use-react-http-1.0.0

Use react http 1.0

Added strict-host checking feature

18 Apr 13:47
d61eb96
Compare
Choose a tag to compare

Updates:

  • Added Strict Host-Header checking (#5) with the PR #8
  • Added documentation and examples for the Strict-Host-Header usage
  • Updated tests to use namespaced class constants (::class)

Initial Middleware Release

04 Apr 08:51
335ca90
Compare
Choose a tag to compare
  • Initial middleware release
  • Working examples against reactphp/http 0.8.1
  • Available overall documentation for the package