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
ipaddress.IPv4Network.is_link_local
  • References/Python/Python/Internet

is_link_local These attributes are true for the network as a whole if they are true for both the network address and the broadcast

2025-01-10 15:47:30
urllib.robotparser.RobotFileParser.modified()
  • References/Python/Python/Internet

modified() Sets the time the robots.txt file was last fetched to the current time.

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

client_address Contains a tuple of the form (host, port) referring to the client’s address.

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

NNTP.list(group_pattern=None, *, file=None) Send a LIST or LIST ACTIVE command. Return a pair (response

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

Cookie.comment String comment from the server explaining the function of this cookie, or

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
smtpd.SMTPChannel.received_lines
  • References/Python/Python/Internet

received_lines Holds a list of the line strings (decoded using UTF-8) received from the client. The lines have their "\r\n"

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

IMAP4.getquotaroot(mailbox) Get the list of quota roots for the named mailbox. This method

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

MessageClass Specifies an

2025-01-10 15:47:30