Tornado 6.5 DocumentationHTTPServerRequest.cookies HTTPServerRequest.full_url() HTTPServerRequest.request_time() HTTPServerRequest.get_ssl_certificate() HTTPInputError HTTPOutputError HTTPServerConnectionDelegate HTTPServerConnectionDelegate org/3/library/functions.html#bool] = False, ssl_options: Dict[str [https://docs.python.org/3/library/stdtypes.html#str], Any] | ssl.SSLContext [https://docs.python.org/3/library/ssl.html#ssl.SSLContext] = None, protocol: proxy or load balancer. The protocol argument can also be set to https if Tornado is run behind an SSL-decoding proxy that does not set one of the supported xheaders. By default, when parsing the X-Forwarded-For0 码力 | 437 页 | 405.14 KB | 3 月前3
Tornado 6.5 DocumentationCallable[[httputil.HTTPServerRequest], None], no_keep_alive: bool = False, xheaders: bool = False, ssl_options: Dict[str, Any] | ssl.SSLContext = None, protocol: str | None = None, decompress_request: bool = False, chunk_size: proxy or load balancer. The protocol argument can also be set to https if Tornado is run behind an SSL-decoding proxy that does not set one of the supported xheaders. By default, when parsing the X-Forwarded-For header. To make this server serve SSL traffic, send the ssl_options keyword argument with an ssl.SSLContext object. For compatibility with older versions of Python ssl_options may also be a dictionary of0 码力 | 272 页 | 1.12 MB | 3 月前3
Conda 4.6.0 Documentation– Use pip (use_pip) – Configure conda for use behind a proxy server (proxy_servers) – SSL verification (ssl_verify) – Offline mode only (offline) • Advanced configuration – Disallow soft-linking http. SSL verification (ssl_verify) If you are behind a proxy that does SSL inspection such as a Cisco IronPort Web Security Appliance (WSA), you may need to use ssl_verify to override the SSL verification means that SSL verification is used and conda verifies certificates for SSL connections. Setting this variable to False disables the connection’s normal security and is not recommended: ssl_verify: False0 码力 | 190 页 | 728.67 KB | 8 月前3
Conda 4.6.1 Documentation– Use pip (use_pip) – Configure conda for use behind a proxy server (proxy_servers) – SSL verification (ssl_verify) – Offline mode only (offline) • Advanced configuration – Disallow soft-linking http. SSL verification (ssl_verify) If you are behind a proxy that does SSL inspection such as a Cisco IronPort Web Security Appliance (WSA), you may need to use ssl_verify to override the SSL verification means that SSL verification is used and conda verifies certificates for SSL connections. Setting this variable to False disables the connection’s normal security and is not recommended: ssl_verify: False0 码力 | 190 页 | 728.57 KB | 8 月前3
Conda 23.3.x Documentation• Use pip (use_pip) • Configure conda for use behind a proxy server (proxy_servers) • SSL verification (ssl_verify) • Offline mode only (offline) Channel locations (channels) Listing channel locations http. SSL verification (ssl_verify) If you are behind a proxy that does SSL inspection such as a Cisco IronPort Web Security Appliance (WSA), you may need to use ssl_verify to override the SSL verification means that SSL verification is used and conda verifies certificates for SSL connections. Setting this variable to False disables the connection's normal security and is not recommended: ssl_verify: False0 码力 | 370 页 | 2.94 MB | 8 月前3
Conda 23.5.x Documentation• Use pip (use_pip) • Configure conda for use behind a proxy server (proxy_servers) • SSL verification (ssl_verify) • Offline mode only (offline) Channel locations (channels) Listing channel locations http. SSL verification (ssl_verify) If you are behind a proxy that does SSL inspection such as a Cisco IronPort Web Security Appliance (WSA), you may need to use ssl_verify to override the SSL verification means that SSL verification is used and conda verifies certificates for SSL connections. Setting this variable to False disables the connection's normal security and is not recommended: ssl_verify: False0 码力 | 370 页 | 3.11 MB | 8 月前3
Python 标准库参考指南 3.7.13 底层网络接口 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880 19.3 ssl --- 套接字对象的 TLS/SSL 封装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 901 19.4 select --- including FreeBSD <= 6.3 and Cygwin have known issues when using fork() from a thread. 警告: 有关 SSL 模块与 fork() 结合的应用,请参阅ssl。 可用性: Unix。 os.forkpty() Fork 出一个子进程,使用新的伪终端作为子进程的控制终端。返回一对 (pid, fd),其中 pid 在子进 程中为 的形式,如果你需要使用指定端口号的 话。如果没有指定 method,则会使用 GET。如果 secure 为真值,则将使用 HTTPS 连接。context 形参可 以设为一个ssl.SSLContext 实例以配置用于 HTTPS 连接的 SSL 设置。如果指定了 credentials,它应 当为包含 userid 和 password 的二元组,该元组将被放入使用 Basic 验证的 HTTP ’Authorization’0 码力 | 1961 页 | 9.14 MB | 9 月前3
Python 标准库参考指南 3.7.13 底层网络接口 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 829 19.3 ssl --- 套接字对象的 TLS/SSL 封装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 849 19.4 select --- Waiting from a thread. 516 Chapter 16. 通用操作系统服务 The Python Library Reference, 发布 3.7.13 警告: 有关 SSL 模块与 fork() 结合的应用,请参阅ssl。 可用性: Unix。 os.forkpty() Fork 出一个子进程,使用新的伪终端作为子进程的控制终端。返回一对 (pid, fd),其中 pid 在 子进程中为 的形式,如果你需要使用指定端口号 的话。如果没有指定 method,则会使用 GET。如果 secure 为真值,则将使用 HTTPS 连接。context 形参 可以设为一个ssl.SSLContext 实例以配置用于 HTTPS 连接的 SSL 设置。如果指定了 credentials, 它应当为包含 userid 和 password 的二元组,该元组将被放入使用 Basic 验证的 HTTP ’Authorization’0 码力 | 1846 页 | 9.09 MB | 9 月前3
Python 标准库参考指南 2.7.18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691 17.3 ssl —套接字对象的 TLS/SSL 封装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703 17.4 signal —设置异步事件处理程序 <= 6.3, Cygwin and OS/2 EMX have known issues when using fork() from a thread. 警告: 有关 SSL 模块与 fork() 结合的应用,请参阅ssl。 Availability: Unix. os.forkpty() Fork 出一个子进程,使用新的伪终端作为子进程的控制终端。返回一对 (pid, fd),其中 pid Chapter 17. Interprocess Communication and Networking The Python Library Reference, 发布 2.7.18 模块ssl 套接字对象的 TLS/SSL 封装。 17.2.1 套接字对象 Socket objects have the following methods. Except for makefile() these correspond0 码力 | 1552 页 | 7.42 MB | 9 月前3
Python 标准库参考指南 2.7.18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691 17.3 ssl —套接字对象的 TLS/SSL 封装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703 17.4 signal —设置异步事件处理程序 <= 6.3, Cygwin and OS/2 EMX have known issues when using fork() from a thread. 警告: 有关 SSL 模块与 fork() 结合的应用,请参阅ssl。 Availability: Unix. os.forkpty() Fork 出一个子进程,使用新的伪终端作为子进程的控制终端。返回一对 (pid, fd),其中 pid Chapter 17. Interprocess Communication and Networking The Python Library Reference, 发布 2.7.18 模块ssl 套接字对象的 TLS/SSL 封装。 17.2.1 套接字对象 Socket objects have the following methods. Except for makefile() these correspond0 码力 | 1552 页 | 7.42 MB | 9 月前3
共 106 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11













