emilk / ehttp

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

Support HEAD requests #45

Closed emilk closed 10 months ago

emilk commented 10 months ago

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