Add `FormDataDecoder.decode` with `ByteBuffer` parameter
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