sw/README.md

8 lines
233 B
Markdown
Raw Permalink Normal View History

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.