Skip to content

Releases: effectra/http-extensions

v2.2.1

02 Jan 18:52

Choose a tag to compare

fix issues compatible with Effectra\Http\Extensions\Contracts\Message…

v2.2.0

12 Dec 21:12

Choose a tag to compare

implements interfaces in package classes

v2.1.2

01 Dec 09:04

Choose a tag to compare

format codes

v2.1.1

13 Oct 11:50

Choose a tag to compare

upgrade effectra/http-message

v2.1.0

13 Aug 19:52

Choose a tag to compare

#NEW

Get the client's IP address taking into account trusted proxies.
* This function retrieves the client's IP address by considering trusted proxy servers
* that might be forwarding requests. It checks if the remote address is one of the trusted
* proxies and if the X-Forwarded-For header is present. If so, it returns the first non-empty
* IP address from the list of forwarded addresses. Otherwise, it returns the remote address.

v2.0.0

29 Jun 17:44

Choose a tag to compare

Added new method for work with Request,Uri
This version does not need 'effectra/http-foundation' package

v1.0.0

19 Jun 18:43

Choose a tag to compare

Update main files