Tin mới
urllib.parse — Parse URLs into components
urllib.robotparser — Parser for robots.txt
Internet Protocols and Support
urllib.request: Extensible library for opening URLs.
The urllib.error module defines the exception classes for exceptions raised by urllib.request. The base exception class is URLError.
http.server.BaseHTTPRequestHandler.responses
An HTTP status code as defined in RFC 2616. This numeric value corresponds to a value found in the dictionary of codes as found in http.server.BaseHTTPRequestHandler.responses.