nntplib.NNTP.last()
  • References/Python/Python/Internet

NNTP.last() Send a LAST command. Return as for stat().

2025-01-10 15:47:30
nntplib.NNTP.article()
  • References/Python/Python/Internet

NNTP.article(message_spec=None, *, file=None) Send an ARTICLE command, where message_spec has the same

2025-01-10 15:47:30
http.cookiejar.LoadError
  • References/Python/Python/Internet

exception http.cookiejar.LoadError Instances of FileCookieJar raise this exception on failure to load cookies from

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.rfile
  • References/Python/Python/Internet

rfile Contains an input stream, positioned at the start of the optional input data.

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

max_prefixlen

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

send_response(code, message=None) Adds a response header to the headers buffer and logs the accepted request. The HTTP response

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

handle_expect_100() When a HTTP/1.1 compliant server receives an Expect: 100-continue request header it responds

2025-01-10 15:47:30
socketserver.BaseServer.server_bind()
  • References/Python/Python/Internet

server_bind() Called by the server’s constructor to bind the socket to the desired address. May be overridden.

2025-01-10 15:47:30
http.cookiejar.DefaultCookiePolicy.rfc2109_as_netscape
  • References/Python/Python/Internet

DefaultCookiePolicy.rfc2109_as_netscape If true, request that the CookieJar instance downgrade RFC 2109 cookies

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.get_stdin()
  • References/Python/Python/Internet

get_stdin() Return an input stream object suitable for use as the wsgi.input of the request currently being processed

2025-01-10 15:47:30