No description
Find a file
2024-08-20 13:41:46 +02:00
.gitignore first commit 2024-08-20 11:09:55 +02:00
go.mod first commit 2024-08-20 11:09:55 +02:00
main.go handle gzipped requests som more 2024-08-20 13:41:46 +02:00
README.md first commit 2024-08-20 11:09:55 +02:00

sw - Simple Web Server

Listen on a specified port and prints out client information such as

  • Client IP address
  • Client source port
  • Client headers
  • Client body if sent

Useful for debugging http requests with for example ngrok.