All notable changes to this project will be documented in this file.
This project follows semantic versioning.
Request\Factory::multipart()always setsContent-Typetomultipart/form-datawith the generated body'sboundary, even when the caller already suppliedContent-Type.
- Initial PSR-7 message implementations and PSR-17 factories extracted from
utopia-php/client.