Skip to content

Releases: maplephp/http

v2.2.1

Choose a tag to compare

@wazabii8 wazabii8 released this 15 Mar 17:26
4a2d747

Rebuilt Env class from the ground up, but the foundation of the library is the same.

v2.2.0

Choose a tag to compare

@wazabii8 wazabii8 released this 15 Mar 12:29
b40beb8
  • Query & Body Parameter Input Class: Added a new input class for handling query and body parameters, making it easier to work with structured request inputs.
  • Input Class Docs: Added documentation describing the new input class and how to use it.
  • argv Always Returns Array: Fixed a bug where argv could return a non-array value; it now consistently returns an array in all cases.

v2.1.0

Choose a tag to compare

@wazabii8 wazabii8 released this 09 Mar 19:02
b6e8af9
  • Added new path utilities for easier path traversal and manipulation
  • Introduced a stream factory for creating stream objects
  • Expanded core framework functionality with additional path handling features
  • Added automated tests to improve development and reliability

v2.0.2

Choose a tag to compare

@wazabii8 wazabii8 released this 22 Feb 14:50
d6c7ec3

Fixed an issue where response headers were not properly forwarded to the response instance. The client now correctly attaches received headers, ensuring full PSR-7 compliance and making header-dependent logic work as expected.

v2.0.1

Choose a tag to compare

@wazabii8 wazabii8 released this 21 Feb 11:01
dde0c9f

Add a guard rewind in toString and prevent exceptions.

v2.0.0

Choose a tag to compare

@wazabii8 wazabii8 released this 12 Jan 18:14

This release focuses on internal quality and stability. It improves comparison semantics and immutability handling, adds minor functional enhancements, and includes general cleanup and refactoring to improve structure, consistency, and maintainability.

v1.2.3

Choose a tag to compare

@wazabii8 wazabii8 released this 25 Mar 19:23
4ce33b7

Add DTO v3.0.0 support

v1.2.2

Choose a tag to compare

@wazabii8 wazabii8 released this 14 Oct 19:23

Minor patch for the Uri class to correctly handle default port numbers.

v1.2.1

Choose a tag to compare

@wazabii8 wazabii8 released this 10 Oct 19:02
7f7de28

A minor server request patch to ensure correct instantiation of FileUploadInterface for handling file normalization.

v1.2.0

Choose a tag to compare

@wazabii8 wazabii8 released this 02 Oct 15:03

Added DTO V2 support.