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
ipaddress.IPv6Interface.network
  • References/Python/Python/Internet

network

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

CookieJar.set_cookie(cookie) Set a Cookie, without checking with policy to see whether or not it should be set

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

urllib.parse.urlparse(urlstring, scheme='', allow_fragments=True) Parse a URL into six components, returning a 6-tuple. This

2025-01-10 15:47:30
cgi.parse_multipart()
  • References/Python/Python/Internet

cgi.parse_multipart(fp, pdict) Parse input of type multipart/form-data (for file uploads). Arguments

2025-01-10 15:47:30
ftplib.FTP.sendcmd()
  • References/Python/Python/Internet

FTP.sendcmd(cmd) Send a simple command string to the server and return the response string.

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

class ipaddress.IPv6Address(address) Construct an IPv6 address. An AddressValueError is raised if address

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

DefaultCookiePolicy.strict_ns_set_initial_dollar Ignore cookies in Set-Cookie: headers that have names starting with '$'

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

prompt_user_passwd(host, realm) Return information needed to authenticate the user at the given host in the specified security

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

HTTPPasswordMgrWithPriorAuth.is_authenticated(self, authuri) Returns the current state of the is_authenticated

2025-01-10 15:47:30