Closed adam-fowler closed 3 years ago
Add FormDataDecoder.decode with ByteBuffer parameter and use this function in the other decode functions. This avoids unnecessary conversions from ByteBuffer to [UInt8] and back.
FormDataDecoder.decode
ByteBuffer
decode
Add FormDataDecoder.decode with ByteBuffer parameter
Resolves #75
These changes are now available in 4.5.0
Add
FormDataDecoder.decode
withByteBuffer
parameter and use this function in the otherdecode
functions. This avoids unnecessary conversions from ByteBuffer to [UInt8] and back.Add
FormDataDecoder.decode
withByteBuffer
parameterResolves #75