Releases: WebFiori/http
Releases · WebFiori/http
Version 3.1.1 Stable
- Fixed small issue in specifying Base URI and Requested URI.
- Added support for adding multiple request parameters to a web service.
Version 3.1.0 Stable
- Fixed bug #9
- Changed directory structure to follow PSR-4
Version 3.0.7 Stable
Changes
- Added a way to specify allowed request methods for URI.
Version 3.0.6 Stable
Change Log
- Fixed small bug
Version 3.0.5 Stable
Updated Json Library.
Version 3.0.4 Stable
- Migrated to use GitHub Actions
- Fixed a bug in
Request::getHeaders(). - Added new method:
Request::getVar(). Used to get the value ofGETorPOSTparameter.
Version 3.0.3 Stable
- Fixed a bug in URI split method.
- Fixed decoding URI parameters bug.
Version 3.0.2 Stable
Fix to a bug when running using built-in server. Also, Fixed the 'already defined' bug.
Version 3.0.1 Stable
v3.0.1 Update Response.php
Version 3.0.0 Stable
- Moved all classes to namespace
webfiori\http. - Renamed the library.
- Added class
Uri. - Added class
Request. - Added class
Response.