Programming & DevOps
Measuring TTFB (Time to First Byte) for HTTP Requests in Rust
The other day I created a small CLI + library written in Rust, that helps to measure the TTFB (time to first byte) for HTTP GET-Requests in Rust. I had this project on my to-do list for a few months now and finally some time for it. I got inspired Read more…