Created
April 30, 2020 12:45
-
-
Save kharandziuk/f216eac34b61e53e17c235e7d35586ee to your computer and use it in GitHub Desktop.
nc http server for testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while true; do echo -e "HTTP/1.1 200 OK\n\n $(date)" | nc -l localhost 1500; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment