seed-rs / seed

A Rust framework for creating web apps
MIT License
3.81k stars 155 forks source link

Basic FormData interface for multipart support in fetch #603

Closed glennsl closed 3 years ago

glennsl commented 3 years ago

Provides a very simplified and incomplete interface to the FormData Web API in order to support multipart requests for fetch with some convenience.