Snippets tagged “http-server”
2 snippets use this tag.
- Simple HTTP server in Java using only Java SE APIJava
To create a simple HTTP server in Java using only the Java SE API, you can use the java.net package.
- What is the Python 3 equivalent of "python -m SimpleHTTPServer"Python
In Python 3, you can use the http.server module to run a simple HTTP server.