Tornado 6.0 Documentation
"C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: header text. >>> h = HTTPHeaders.parse("Content-Type: text/html\r\nContent- Length: 42\r\n") >>> sorted(h.items()) [('Content-Length', '42'), ('Content-Type', 'text/html')] Changed in version 5.1: Raises module are now explicitly set to UTF-8 encoding. tornado.netutil The results of getaddrinfo are now sorted by address family to avoid partial failures and deadlocks. tornado.platform.twisted TornadoReactor0 码力 | 869 页 | 692.83 KB | 1 年前3
Tornado 6.1 Documentation
"C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: header text. >>> h = HTTPHeaders.parse("Content-Type: text/html\r\nContent- Length: 42\r\n") >>> sorted(h.items()) [('Content-Length', '42'), ('Content-Type', 'text/html')] Changed in version 5.1: Raises module are now explicitly set to UTF-8 encoding. tornado.netutil The results of getaddrinfo are now sorted by address family to avoid partial failures and deadlocks. tornado.platform.twisted TornadoReactor0 码力 | 931 页 | 708.03 KB | 1 年前3
Tornado 6.1 Documentation
"C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: header text. >>> h = HTTPHeaders.parse("Content-Type: text/html\r\nContent-Length: 42\r\n") >>> sorted(h.items()) [('Content-Length', '42'), ('Content-Type', 'text/html')] Changed in version 5.1: Raises are now explicitly set to UTF-8 encoding. tornado.netutil • The results of getaddrinfo are now sorted by address family to avoid partial failures and deadlocks. tornado.platform.twisted • TornadoReactor0 码力 | 245 页 | 904.24 KB | 1 年前3
Tornado 6.0 Documentation
(continued from previous page) 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: header text. >>> h = HTTPHeaders.parse("Content-Type: text/html\r\nContent-Length: 42\r\n") >>> sorted(h.items()) [('Content-Length', '42'), ('Content-Type', 'text/html')] Changed in version 5.1: Raises are now explicitly set to UTF-8 encoding. tornado.netutil • The results of getaddrinfo are now sorted by address family to avoid partial failures and deadlocks. tornado.platform.twisted • TornadoReactor0 码力 | 245 页 | 885.76 KB | 1 年前3
Tornado 6.4 Documentation
"C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: header text. >>> h = HTTPHeaders.parse("Content-Type: text/html\r\nContent-Length: 42\r\n") >>> sorted(h.items()) [('Content-Length', '42'), ('Content-Type', 'text/html')] Changed in version 5.1: Raises are now explicitly set to UTF-8 encoding. tornado.netutil • The results of getaddrinfo are now sorted by address family to avoid partial failures and deadlocks. 6.9. Release notes 175 Tornado Documentation0 码力 | 268 页 | 1.09 MB | 1 年前3
Tornado 6.2 Documentation
"C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: header text. >>> h = HTTPHeaders.parse("Content-Type: text/html\r\nContent-Length: 42\r\n") >>> sorted(h.items()) [('Content-Length', '42'), ('Content-Type', 'text/html')] Changed in version 5.1: Raises are now explicitly set to UTF-8 encoding. tornado.netutil • The results of getaddrinfo are now sorted by address family to avoid partial failures and deadlocks. tornado.platform.twisted • TornadoReactor0 码力 | 260 页 | 1.06 MB | 1 年前3
Tornado 6.4 Documentation
"C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: header text. >>> h = HTTPHeaders.parse("Content-Type: text/html\r\nContent-Length: 42\r\n") >>> sorted(h.items()) [('Content-Length', '42'), ('Content-Type', 'text/html')] Changed in version 5.1: Raises are now explicitly set to UTF-8 encoding. tornado.netutil • The results of getaddrinfo are now sorted by address family to avoid partial failures and deadlocks. 6.9. Release notes 175 Tornado Documentation0 码力 | 268 页 | 1.09 MB | 1 年前3
Tornado 6.4 Documentation
"C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: header text. >>> h = HTTPHeaders.parse("Content-Type: text/html\r\nContent-Length: 42\r\n") >>> sorted(h.items()) [('Content-Length', '42'), ('Content-Type', 'text/html')] Changed in version 5.1: Raises are now explicitly set to UTF-8 encoding. tornado.netutil • The results of getaddrinfo are now sorted by address family to avoid partial failures and deadlocks. 6.9. Release notes 175 Tornado Documentation0 码力 | 268 页 | 1.09 MB | 1 年前3
Tornado 6.3 Documentation
"C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: header text. >>> h = HTTPHeaders.parse("Content-Type: text/html\r\nContent-Length: 42\r\n") >>> sorted(h.items()) [('Content-Length', '42'), ('Content-Type', 'text/html')] Changed in version 5.1: Raises are now explicitly set to UTF-8 encoding. tornado.netutil • The results of getaddrinfo are now sorted by address family to avoid partial failures and deadlocks. tornado.platform.twisted • TornadoReactor0 码力 | 264 页 | 1.06 MB | 1 年前3
Tornado 6.5 Documentation"C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: header text. >>> h = HTTPHeaders.parse("Content-Type: text/html\r\nContent-Length: 42\r\n") >>> sorted(h.items()) [('Content-Length', '42'), ('Content-Type', 'text/html')] Changed in version 5.1: Raises are now explicitly set to UTF-8 encoding. tornado.netutil • The results of getaddrinfo are now sorted by address family to avoid partial failures and deadlocks. tornado.platform.twisted • TornadoReactor0 码力 | 272 页 | 1.12 MB | 3 月前3
共 20 条
- 1
- 2













