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:
UndefinedWrapper
type checking.
2.0.0 #
- feat!: Introduce
SyncMultiPartBodySerializer
and changeMultiPartBodySerializer
to 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 addedMultiPartFormDataFileHttpPacket
andMultiPartFormDataFieldHttpPacket
. - Has
Stream<List<int>> get bodyBytesStream
andint? get contentLength
for multipart requests.
- Has static method
1.0.1 #
- Added
fillDefaults()
extension onMediaType
frompackage:http_parser
1.0.0 #
- Initial version.