openapi_infrastructure 1.0.2
openapi_infrastructure: ^1.0.2 copied to clipboard
A shared package for openapi clients to use that provides helpful abstractions.
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.