Releases: bkdotcom/HttpMessage
Releases · bkdotcom/HttpMessage
v3.3.4
Compare
Sorry, something went wrong.
No results found
maintenance
new bdk\HttpMessage\Utility\Uri::withParsedValues() method
v2.3.4
Compare
Sorry, something went wrong.
No results found
maintenance
new bdk\HttpMessage\Utility\Uri::withParsedValues() method
v1.3.4
Compare
Sorry, something went wrong.
No results found
maintenence
new bdk\HttpMessage\Utility\Uri::withParsedValues() method
v3.3.3
Compare
Sorry, something went wrong.
No results found
New bdk\HttpMessage\Utility\Stream class
v2.3.3
Compare
Sorry, something went wrong.
No results found
New bdk\HttpMessage\Utility\Stream class
v1.3.3
Compare
Sorry, something went wrong.
No results found
Add bdk\HttpMessage\Utility\Stream class
v3.3.2
Compare
Sorry, something went wrong.
No results found
new Utility\Uri::fromParsed() method
Uri::withUserInfo() : passing user as empty string should remove userInfo (was only removing if null)
Utility\Uri::parseUrl() now returns components sorted by key
use short-array syntax for lists
v2.3.2
Compare
Sorry, something went wrong.
No results found
new Utility\Uri::fromParsed() method
Uri::withUserInfo() : passing user as empty string should remove userInfo (was only removing if null)
Utility\Uri::parseUrl() now returns components sorted by key
use short-array syntax for lists
v1.3.2
Compare
Sorry, something went wrong.
No results found
new Utility\Uri::fromParsed() method
Uri::withUserInfo() : passing user as empty string should remove userInfo (was only removing if null)
Utility\Uri::parseUrl() now returns components sorted by key
use short-array syntax for lists
v3.3.1
Compare
Sorry, something went wrong.
No results found
tested on php 8.0 - 8.4
Added ServerRequestExtendedInterface & ServerRequestExtended (Extends standard server request with helpful methods)
Now includes PSR-17 (Factory) implementation. (createServerRequest returns ServerRequestExtended instance)
ServerRequest -
getParsedBody() now done on demand vs in when constructing
xml now parsed by default
new registerMediaTypeParser() method add custom parser or override existing parser
ServiceRequest::fromGlobals() and HttpFoundationBridge::createRequest() now return ServerRequestExtended instance
withQueryParams(): allow scalar and null values