Skip to content

Instantly share code, notes, and snippets.

@Khalian
Last active January 4, 2019 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Khalian/72126a965e115f70da1b7c427be94cad to your computer and use it in GitHub Desktop.
Save Khalian/72126a965e115f70da1b7c427be94cad to your computer and use it in GitHub Desktop.
Simple command line webserver
Simple server init : python -m SimpleHTTPServer 8000
Simple get request : echo -e "GET / HTTP/1.1" | nc localhost 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment