8 lines
233 B
Markdown
8 lines
233 B
Markdown
|
# 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.
|