deligenius / multiparser

multipart/form-data parser for Deno servers
28 stars 7 forks source link

Hardcoded stdlib dep causes problem #10

Closed kinegg closed 2 years ago

kinegg commented 3 years ago

Oak uses std 0.95.0, which means multiparser can't be used since it relies on 0.89. It just doesn't work.

This prevents us from making a necessary Deno upgrade

gjuoun commented 2 years ago

Sorry I've removed the oak support, unless the original Request is accessible from Oak

gjuoun commented 2 years ago

see updated oak usage in https://github.com/deligenius/multiparser#with-oak