Last active
April 11, 2018 06:08
-
-
Save ayakix/1aa4ccd484230ec32ca47fd85517f63d to your computer and use it in GitHub Desktop.
Debug Http Request
This file contains 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 "HTTP/1.0 200 Ok"; echo; echo "ok" ) | nc -l 8000; [ $? != 0 ] && break; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment