emilk / ehttp

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

Support HEAD requests #45

Closed emilk closed 9 months ago

emilk commented 9 months ago

HEAD request don't return a response body, so we need to handle that.