Skip to content

Releases: WebFiori/http

Version 3.1.1 Stable

25 Oct 12:42

Choose a tag to compare

  • 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

23 Jun 19:43

Choose a tag to compare

  • Fixed bug #9
  • Changed directory structure to follow PSR-4

Version 3.0.7 Stable

05 May 10:23

Choose a tag to compare

Changes

  • Added a way to specify allowed request methods for URI.

Version 3.0.6 Stable

27 Apr 20:49

Choose a tag to compare

Change Log

  • Fixed small bug

Version 3.0.5 Stable

20 Dec 18:59

Choose a tag to compare

Updated Json Library.

Version 3.0.4 Stable

15 Dec 17:32

Choose a tag to compare

  • Migrated to use GitHub Actions
  • Fixed a bug in Request::getHeaders().
  • Added new method: Request::getVar() . Used to get the value of GET or POST parameter.

Version 3.0.3 Stable

07 Dec 19:41

Choose a tag to compare

  • Fixed a bug in URI split method.
  • Fixed decoding URI parameters bug.

Version 3.0.2 Stable

29 Nov 06:45

Choose a tag to compare

Fix to a bug when running using built-in server. Also, Fixed the 'already defined' bug.

Version 3.0.1 Stable

27 Nov 18:22

Choose a tag to compare

v3.0.1

Update Response.php

Version 3.0.0 Stable

26 Nov 22:32

Choose a tag to compare

  • Moved all classes to namespace webfiori\http.
  • Renamed the library.
  • Added class Uri.
  • Added class Request.
  • Added class Response.