emilk / ehttp

Minimal Rust HTTP client for both native and WASM
Apache License 2.0
324 stars 30 forks source link

Add NodeJS support. Fixes #31 #58

Closed lvauvillier closed 2 months ago

lvauvillier commented 4 months ago

Fixes #31.

Use a direct binding of fetch that is now available in NodeJS >= v18.0

galqiwi commented 2 months ago

Thanks for the work, checkouted your brunch into my pet project. Hoping maintainers will merge soon