Releases: BerliozFramework/HttpMessage
Releases · BerliozFramework/HttpMessage
v2.5.0
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
Urinow implementStringableandJsonSerializableinterfacesUri::create()acceptUriInterfaceparameter to convert intoUri- Stream and message classes now implement
Stringableinterface
v2.2.1
v2.2.0
Added
- New
MultipartStreamclass - New
Base64Streamclass - New
AppendStreamclass
Changed
- Add type on "default" parameter of
ServerRequest::getQueryParam()method MemoryStreamallow StreamInterface or resource in argument type
Fixed
Uri::create()with empty scheme do not retrieve reference uri scheme