Syntax
vercel httpstat [path] [options]Examples
Common usage examples
vercel httpstat /api/hellovercel httpstat /api/data -n 10vercel httpstat /api/users -X POST -H "Content-Type: application/json" -d '{"name":"John"}'Use Cases
When to use this command
- •Performance analysis
- •API timing diagnostics
- •Latency investigation
- •Connection debugging