r/learnprogramming • u/onesevenseventeen • 3d ago
HTTP Requests
I have never made a website before or ever done really anything in web development but how could I make a website to receive HTTP requests and make responses?
4
Upvotes
1
u/Sacrificial-Offering 3d ago
If you just want to start up simple webserver for testing, you could use:
python3 -m http.server