Skip to content

Add `FormDataDecoder.decode` with `ByteBuffer` parameter

Compare
Choose a tag to compare
@VaporBot VaporBot released this 02 Oct 10:15
· 31 commits to main since this release
82f2556
This patch was authored by @adam-fowler and released by @0xTim.

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.

Add FormDataDecoder.decode with ByteBuffer parameter

Resolves #75