Skip to content

Instantly share code, notes, and snippets.

@adamdilek
Created May 21, 2025 17:04
Show Gist options
  • Save adamdilek/0ec662f0bd943ae586a18399de2fe92c to your computer and use it in GitHub Desktop.
Save adamdilek/0ec662f0bd943ae586a18399de2fe92c to your computer and use it in GitHub Desktop.
2025-05-21T13:45:30Z GET /api/users 200 123ms
2025-05-21T13:45:31Z POST /api/payments 500 245ms
2025-05-21T13:45:32Z GET /api/users 200 98ms
2025-05-21T13:45:33Z GET /api/products 200 312ms
2025-05-21T13:45:34Z GET /api/products 503 1023ms
2025-05-21T13:45:35Z GET /api/products 200 275ms
2025-05-21T13:45:36Z GET /api/users 404 50ms
2025-05-21T13:45:37Z DELETE /api/users/123 204 180ms
2025-05-21T13:45:38Z PUT /api/users/123 200 222ms
2025-05-21T13:45:39Z GET /api/users 200 110ms
2025-05-21T13:45:40Z POST /api/payments 500 890ms
2025-05-21T13:45:41Z GET /api/products 200 333ms
2025-05-21T13:45:42Z POST /api/login 401 67ms
2025-05-21T13:45:43Z GET /api/profile 200 145ms
2025-05-21T13:45:44Z GET /api/profile 200 157ms
2025-05-21T13:45:45Z GET /api/profile 200 149ms
2025-05-21T13:45:46Z GET /api/dashboard 500 1005ms
2025-05-21T13:45:47Z GET /api/dashboard 500 1022ms
2025-05-21T13:45:48Z GET /api/dashboard 200 308ms
2025-05-21T13:45:49Z GET /api/dashboard 200 315ms
2025-05-21T13:45:50Z GET /api/unknown 404 23ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment