wsgiref.handlers.BaseHandler.server_software
  • References/Python/Python/Internet

server_software If the origin_server attribute is set, this attribute’s value is used to set the default

2025-01-10 15:47:30
http.cookies.Morsel.isReservedKey()
  • References/Python/Python/Internet

Morsel.isReservedKey(K) Whether K is a member of the set of keys of a Morsel.

2025-01-10 15:47:30
smtpd.SMTPChannel.seen_greeting
  • References/Python/Python/Internet

seen_greeting Holds a string containing the greeting sent by the client in its “HELO”.

2025-01-10 15:47:30
urllib.request.getproxies()
  • References/Python/Python/Internet

urllib.request.getproxies() This helper function returns a dictionary of scheme to proxy server URL mappings. It scans the environment

2025-01-10 15:47:30
poplib.POP3.rpop()
  • References/Python/Python/Internet

POP3.rpop(user) Use RPOP authentication (similar to UNIX r-commands) to log into POP3 server.

2025-01-10 15:47:30
urllib.request.Request.data
  • References/Python/Python/Internet

Request.data The entity body for the request, or None if not specified.

2025-01-10 15:47:30
http.cookies.Morsel.copy()
  • References/Python/Python/Internet

Morsel.copy(value) Return a shallow copy of the Morsel object.

2025-01-10 15:47:30
urllib.request.OpenerDirector.open()
  • References/Python/Python/Internet

OpenerDirector.open(url, data=None[, timeout]) Open the given url (which can be a request object or a string), optionally

2025-01-10 15:47:30
urllib.request.UnknownHandler.unknown_open()
  • References/Python/Python/Internet

UnknownHandler.unknown_open() Raise a

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

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

2025-01-10 15:47:30