Releases: PatrickLouys/http
Releases · PatrickLouys/http
Version 1.4.0
Added a method to read the raw body.
Version 1.3.0
Added methods to access query and body parameters separately
- getQueryParameter()
- getQueryParameters()
- getBodyParameter()
- getBodyParameters()
Version 1.2.0
- new method getStatusCode for HttpResponse
- getPath and getUri were added to the Request interface
Version 1.1.0
added getPath() to the request class
Version 1.0.2
Added a getUri method to the Request class
Version 1.0.1
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
v1.0.0 Delete composer.lock