http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.46k stars 119 forks source link

feat: Add Response#header_names() #171

Closed chrisdickinson closed 4 years ago

chrisdickinson commented 4 years ago

This allows users to enumerate response headers – we're just passing the underlying header_names method through.

Fixes #166.

Fishrock123 commented 4 years ago

This functionality has been merged via https://github.com/http-rs/surf/pull/191