Skip to content

Releases: effectra/http-extensions

v2.2.1

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 02 Jan 18:52
fix issues compatible with Effectra\Http\Extensions\Contracts\Message…

v2.2.0

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 12 Dec 21:12
implements interfaces in package classes

v2.1.2

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 01 Dec 09:04
format codes

v2.1.1

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 13 Oct 11:50
upgrade effectra/http-message

v2.1.0

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 13 Aug 19:52

#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

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 29 Jun 17:44

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

v1.0.0

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 19 Jun 18:43
Update main files