openapi_infrastructure 2.0.1
openapi_infrastructure: ^2.0.1 copied to clipboard
A shared package for openapi clients to use that provides helpful abstractions.
2.0.1 #
- fix:
UndefinedWrappertype checking.
2.0.0 #
- feat!: Introduce
SyncMultiPartBodySerializerand changeMultiPartBodySerializerto accept a stream of parts.
1.1.2 #
- Improved multi part form field request handling
1.0.2 #
- Added
MultiPartBodySerializer.- Has static method
getFormDataParts, which uses the newly addedMultiPartFormDataFileHttpPacketandMultiPartFormDataFieldHttpPacket. - Has
Stream<List<int>> get bodyBytesStreamandint? get contentLengthfor multipart requests.
- Has static method
1.0.1 #
- Added
fillDefaults()extension onMediaTypefrompackage:http_parser
1.0.0 #
- Initial version.