Skip to content

Releases: PatrickLouys/http

Version 1.4.0

Choose a tag to compare

@PatrickLouys PatrickLouys released this 18 Aug 15:49

Added a method to read the raw body.

Version 1.3.0

Choose a tag to compare

@PatrickLouys PatrickLouys released this 10 Nov 16:48

Added methods to access query and body parameters separately

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

Version 1.2.0

Choose a tag to compare

@PatrickLouys PatrickLouys released this 01 Feb 21:54
  • new method getStatusCode for HttpResponse
  • getPath and getUri were added to the Request interface

Version 1.1.0

Choose a tag to compare

@PatrickLouys PatrickLouys released this 17 Sep 20:44

added getPath() to the request class

Version 1.0.2

Choose a tag to compare

@PatrickLouys PatrickLouys released this 10 Sep 18:18

Added a getUri method to the Request class

Version 1.0.1

Choose a tag to compare

@PatrickLouys PatrickLouys released this 19 Aug 19:48

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

Choose a tag to compare

@PatrickLouys PatrickLouys released this 04 Aug 20:41
v1.0.0

Delete composer.lock