wastebin icon indicating copy to clipboard operation
wastebin copied to clipboard

feat: use multipart instead of x-www-form-urlencoded

Open NemoDacremont opened this issue 8 months ago • 0 comments

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)

NemoDacremont avatar Apr 03 '25 15:04 NemoDacremont