Skip to content

Releases: PatrickLouys/http

Version 1.4.0

18 Aug 15:49
Compare
Choose a tag to compare

Added a method to read the raw body.

Version 1.3.0

10 Nov 16:48
Compare
Choose a tag to compare

Added methods to access query and body parameters separately

  • getQueryParameter()
  • getQueryParameters()
  • getBodyParameter()
  • getBodyParameters()

Version 1.2.0

01 Feb 21:54
Compare
Choose a tag to compare
  • new method getStatusCode for HttpResponse
  • getPath and getUri were added to the Request interface

Version 1.1.0

17 Sep 20:44
Compare
Choose a tag to compare

added getPath() to the request class

Version 1.0.2

10 Sep 18:18
Compare
Choose a tag to compare

Added a getUri method to the Request class

Version 1.0.1

19 Aug 19:48
Compare
Choose a tag to compare

Fixed bugs:

  • Url encoding of cookie value was missing
  • Cookie expiration time was using date() instead of gmdate()

Refactored some code to improve Code Quality.

Version 1.0.0

04 Aug 20:41
Compare
Choose a tag to compare
v1.0.0

Delete composer.lock