miketang84 / sapper

A lightweight web framework built on hyper, implemented in Rust language.
MIT License
617 stars 46 forks source link

Add Multipart support #33

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi @daogangtang, current version doesn't support Multipart, when will you add this feature?

miketang84 commented 3 years ago

Hi, I will update to async hyper first, and then refactor all middlewares. But I am working on https://github.com/daogangtang/superpoll these days and want to port hyper to superpoll.