HTTP Rqeusts Debugger - SSE Log Server

Create a unique logging namespace to start viewing real-time logs.

Use the following instructions to send and view HTTP logs:

How to Use

1. Start listening to logs in a :namespace by opening the __sse endpoint:

curl -N https://request-bin.deno.dev/your_namespace/__sse

2. Send a request to log an entry under the same :namespace:

curl -X POST https://request-bin.deno.dev/your_namespace -d "Example log entry"

3. Customize headers, method, or query params to see different log formats:

curl -X GET https://request-bin.deno.dev/your_namespace?foo=bar