logo

Click to Expand

Examples / Click to Expand
Veto:
{
    request:{
      id:"req_01HX…",
      method:"POST",
      headers:{
        content-type:"application/json",
        x-trace-id:"t-9913"
      },
      body:{
        email:"ada@example.com",
        plan:"pro"
      }
    },
    response:{
      status:201,
      headers:{
        cache-control:"no-store"
      },
      body:{
        id:42,
        createdAt:"2026-04-20T12:00:00Z"
      }
    },
    timing:{
      dnsMs:4,
      tlsMs:18,
      ttfbMs:84
    }
}