athena-framework / athena

An ecosystem of reusable, independent components
https://athenaframework.org
MIT License
211 stars 17 forks source link

Map `multipart/form-data` mime type to `form` format #441

Closed Blacksmoke16 closed 1 month ago

Blacksmoke16 commented 1 month ago

Context

As per the RFC:

The content type "multipart/form-data" should be used for submitting forms that contain files, non-ASCII data, and binary data.

It makes sense to map this mime type to form.

Changelog