urllib.error — Exception classes raised by urllib.request — Python 3.14.7 documentation

docs.python.org

Tin mới

urllib.parse — Parse URLs into components

urllib.robotparser — Parser for robots.txt

Python Module Index

3.14.7 Documentation

The Python Standard Library

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.