We could implement support for `multipart/form-data` by being compatible with a `form-data`-like body. Something like checking for a [getHeaders](https://github.com/form-data/form-data/blob/master/lib/form_data.js#L254) function?