From 587adef79719acaa74d9911a9f6c73c8bfb13e2a Mon Sep 17 00:00:00 2001 From: Klaus Breyer Date: Fri, 14 Jun 2024 10:21:21 +0200 Subject: [PATCH] all the requests finalized --- content/posts/2024-all-the-requests/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/posts/2024-all-the-requests/index.md b/content/posts/2024-all-the-requests/index.md index 091d092..14b5c2c 100644 --- a/content/posts/2024-all-the-requests/index.md +++ b/content/posts/2024-all-the-requests/index.md @@ -1,11 +1,10 @@ --- title: "All The Requests" -date: 2024-06-11 +date: 2024-06-14 categories: ["Open Source"] -draft: true --- -I've just released a new open-source project called [All The Requests](https://github.com/klausbreyer/all-the-requests). It's a simple HTTP server built in Go that logs every incoming request. This tool captures details like timestamp, path, headers, and payload, making it great for debugging callbacks and webhooks. +Out of my daily work during testing callbacks locally, I have created and released a new open-source project called [All The Requests](https://github.com/klausbreyer/all-the-requests). A simple HTTP server (built in Go) logs every incoming request. This tool captures details like timestamps, paths, headers, and payloads, making it great for debugging callbacks and webhooks. ![Example](example.png)