Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 36)
36.
Which module in Python is used for working with the HTTP protocol?
http
httpclient
httprequest
http.server
Answer: Option
Explanation:
The http.server module in Python provides classes for implementing a basic HTTP server.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.