http.client.HTTPResponse.status
  • References/Python/Python/Internet

HTTPResponse.status Status code returned by server.

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

POP3.stls(context=None) Start a TLS session on the active connection as specified in

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

class http.cookiejar.Cookie This class represents Netscape, RFC 2109 and RFC 2965 cookies. It is not expected that users of

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

HTTPRedirectHandler.http_error_302(req, fp, code, msg, hdrs) The same as http_error_301(), but called for the ‘found’

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

BaseHandler.parent A valid OpenerDirector, which can be used to open using a different protocol, or handle errors

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

Request.add_header(key, val) Add another header to the request. Headers are currently ignored by all handlers except HTTP handlers

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

server Contains the server instance.

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

class http.cookiejar.DefaultCookiePolicy(blocked_domains=None, allowed_domains=None, netscape=True, rfc2965=False, rfc2109_as_netscape=None, hide_cookie2=False, strict_domain=False

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

socket The socket object on which the server will listen for incoming requests.

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

BaseCookie.value_encode(val) Return an encoded value. val can be any type, but return value must be a string. This

2025-01-10 15:47:30