helperdiscord / petitio

An HTTP/S library designed to be simple, fast, and type-strong.
https://helperdiscord.github.io/petitio/
MIT License
44 stars 6 forks source link

form-data #13

Open tbnritzdoge opened 3 years ago

tbnritzdoge commented 3 years ago

a nicer way to use form-data with it being in the peer-deps or we write our own

Nytelife26 commented 3 years ago

This is interesting, however, I highly doubt we'll use form-data itself. The code quality is too sloppy for our standards in many places and we can add better support for multipart forms ourselves.

Although, is this more of a convenience feature, or something that is legitimately beneficial?

Nytelife26 commented 3 years ago

@tbnritzdoge see my above comment.