HTTP Server Project: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 August 2025

  • curprev 13:2813:28, 12 August 2025 Wikiadmin talk contribs 17,306 bytes +17,306 Created page with "==How to have standard HTTP Server Running on Localhost to cross-check your project?== - Open Terminal - Navigate to the directory you want to have the root directory. - Run python -m http.server 8000 - Go to http://127.0.0.1:8000/ ( localhost ) You can perform tests on HTTP server running on localhost from browser or Postman. (depending on you.) @ Postman: https://www.postman.com/ @ http.server docs : https://docs.python.org/3/library/http.server.html ==Common..."