wastebin
wastebin copied to clipboard
feat: use multipart instead of x-www-form-urlencoded
The goal is to prevent sending CRLF when the input uses LF (#148)
What is there :
- Change form enctype
- Adapt insert/form.rs to receive multipart data (https://docs.rs/axum/latest/axum/extract/struct.Multipart.html)