Skip to content

Instantly share code, notes, and snippets.

@kharandziuk
Created April 30, 2020 12:45
Show Gist options
  • Select an option

  • Save kharandziuk/f216eac34b61e53e17c235e7d35586ee to your computer and use it in GitHub Desktop.

Select an option

Save kharandziuk/f216eac34b61e53e17c235e7d35586ee to your computer and use it in GitHub Desktop.
nc http server for testing
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