Releases: BerliozFramework/HttpMessage
Releases · BerliozFramework/HttpMessage
v2.4.0
v2.3.4
Fixed
- Revert of version v2.3.2, modify original URL, force replacement of spaces instead of
- Query part with not empty string but consider empty by function
empty()
- Fragment part with not empty string but consider empty by function
empty()
- Query not encoded with RF3986
- User infos not encoded
v2.3.3
v2.3.2
v2.3.1
v2.3.0
Added
- New method
Uri::withAddedQuery()
to add query to the existent - New method
Uri::withoutQuery()
to remove query string name to the existent - New method
Uri::getQueryValue()
to get query value
Changed
Uri
now implementStringable
andJsonSerializable
interfacesUri::create()
acceptUriInterface
parameter to convert intoUri
- Stream and message classes now implement
Stringable
interface
v2.2.1
v2.2.0
Added
- New
MultipartStream
class - New
Base64Stream
class - New
AppendStream
class
Changed
- Add type on "default" parameter of
ServerRequest::getQueryParam()
method MemoryStream
allow StreamInterface or resource in argument type
Fixed
Uri::create()
with empty scheme do not retrieve reference uri scheme