Skip to content

0.5.0 - Multipart, JSON, CORS Mode

Latest
Compare
Choose a tag to compare
@emilk emilk released this 16 Feb 09:11
· 3 commits to master since this release

ehttp is a simple HTTP fetch library that works the same natively and on Web (Wasm), with minimal dependencies.

  • Support multipart and JSON (#47, #49)
  • Added CORS Mode property to Request on web (#52)
  • Don't add web-sys in native builds (#48)