http-rs / surf

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

Request profiling - Measure TTFB #329

Open yannh opened 2 years ago

yannh commented 2 years ago

Hello! This might be outside of the scope of this project, and would possibly require significant effort but - is there currently a way to measure latency/time-to-first-byte using Surf? Ideally both on wasm & amd64 targets? :) Many thanks!