ttfb 1.7.0

Library + CLI-Tool to measure the TTFB (time to first byte) of HTTP(S) requests. Additionally, this crate measures the times of DNS lookup, TCP connect, and TLS handshake.
Documentation
1
2
3
4
5
6
7
8
{ pkgs ? import <nixpkgs> {} }:
  pkgs.mkShell {
    nativeBuildInputs = with pkgs; [
        pkg-config
        rustup
        openssl
    ];
}