http — HTTP modules — Python 3.14.7 documentation

docs.python.org

Tin mới

urllib.robotparser — Parser for robots.txt

http.client — HTTP protocol client

Python Module Index

3.14.7 Documentation

The Python Standard Library

Internet Protocols and Support

urllib.request: Extensible library for opening URLs.

http.client is a low-level HTTP protocol client; for high-level URL opening use urllib.request

http.server: HTTP server and request handlers.

http.server contains basic HTTP server classes based on socketserver

socketserver: A framework for network servers.

http.server contains basic HTTP server classes based on socketserver

http.cookies: Support for HTTP state management (cookies).

http.cookies has utilities for implementing state management with cookies

http.cookiejar: Classes for automatic handling of HTTP cookies.