twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
656 stars 130 forks source link

Investigate static HTTP form boundary #2278

Open vilgotf opened 12 months ago

vilgotf commented 12 months ago

Currently boundaries are randomized, but this is not a strict spec requirement (see discussion in #2239). Switching to a static boundary would allow us to drop the randomization provider dependency (at the time of writing rand is being replaced by fastrand).