Releases: alexsandrov16/http
Releases · alexsandrov16/http
v1.2.2
v1.2.1
Changelog
-
Added
-
Updated
new Request()
now allows to simulate requests, to capture the real request useRequest::create()
. (b273f85)- Documentation. (https://github.com/alexsandrov16/http/tree/main/docs)
-
Fixed
v0.3.2
v0.3.1
Changelog
- Added support for flash message
- Added session start options
- Added delete method
- Updated documentation
v0.2.6
Changelog
- Fixed response methods:
Response::json()
Response::html()
Response::xml()
Response::plain()
v0.2.5
Changelog
- XML response added
v0.2.4
Changelog
- Translated exception messages
- Added documentation
v0.2.3
Changelog
- Added dependency ralouphie/getallheaders
v0.2.2
Changelog
Minor bug fixes
- Fixed exceptions in UploadedFile.php
- Fixed json_decode to throw exceptions in Request.php
v0.2.1
Changelog
- Fixed bug in
getContent
for POST requests