wsgiref.headers.Headers.add_header()
  • References/Python/Python/Internet

add_header(name, value, **_params) Add a (possibly multi-valued) header, with optional MIME parameters specified via keyword

2025-01-10 15:47:30
wsgiref.headers.Headers
  • References/Python/Python/Internet

class wsgiref.headers.Headers([headers]) Create a mapping-like object wrapping headers, which must be a list of header

2025-01-10 15:47:30
http.client.HTTPResponse.fileno()
  • References/Python/Python/Internet

HTTPResponse.fileno() Return the fileno of the underlying socket.

2025-01-10 15:47:30
smtplib.SMTP.verify()
  • References/Python/Python/Internet

SMTP.verify(address) Check the validity of an address on this server using SMTP VRFY. Returns a tuple consisting

2025-01-10 15:47:30
ipaddress.IPv6Address.is_link_local
  • References/Python/Python/Internet

is_link_local New in version 3.4: is_global

2025-01-10 15:47:30
imaplib.IMAP4.expunge()
  • References/Python/Python/Internet

IMAP4.expunge() Permanently remove deleted items from selected mailbox. Generates an EXPUNGE response for each

2025-01-10 15:47:30
xmlrpc.server.DocCGIXMLRPCRequestHandler
  • References/Python/Python/Internet

class xmlrpc.server.DocCGIXMLRPCRequestHandler Create a new instance to handle XML-RPC requests in a CGI environment.

2025-01-10 15:47:30
http.cookiejar.CookieJar.make_cookies()
  • References/Python/Python/Internet

CookieJar.make_cookies(response, request) Return sequence of Cookie objects extracted from response object

2025-01-10 15:47:30
ipaddress.IPv4Address
  • References/Python/Python/Internet

class ipaddress.IPv4Address(address) Construct an IPv4 address. An AddressValueError is raised if address

2025-01-10 15:47:30
http.server.CGIHTTPRequestHandler.do_POST()
  • References/Python/Python/Internet

do_POST() This method serves the 'POST' request type, only allowed for CGI scripts. Error 501, “Can only POST to

2025-01-10 15:47:30