 Tornado 4.5 Documentation
decorator. tornado.web.stream_request_body(cls) Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: Parameters: HTTPServerRequest.body follow_redirects=None, max_redirects=None, user_agent=None, use_gzip=None, network_interface=None, streaming_callback=None, header_callback=None, prepare_curl_callback=None, proxy_host=None, proxy_port=None request. curl_httpclient only; see not below. streaming_callback (callable [https://docs.python.org/3.5/library/functions.html#callable]) – If set, streaming_callback will be run with each chunk of data0 码力 | 333 页 | 322.34 KB | 1 年前3 Tornado 4.5 Documentation
decorator. tornado.web.stream_request_body(cls) Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: Parameters: HTTPServerRequest.body follow_redirects=None, max_redirects=None, user_agent=None, use_gzip=None, network_interface=None, streaming_callback=None, header_callback=None, prepare_curl_callback=None, proxy_host=None, proxy_port=None request. curl_httpclient only; see not below. streaming_callback (callable [https://docs.python.org/3.5/library/functions.html#callable]) – If set, streaming_callback will be run with each chunk of data0 码力 | 333 页 | 322.34 KB | 1 年前3
 Tornado 5.1 Documentation
decorator. tornado.web.stream_request_body(cls) Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: HTTPServerRequest.body is undefined follow_redirects=None, max_redirects=None, user_agent=None, use_gzip=None, network_interface=None, streaming_callback=None, header_callback=None, prepare_curl_callback=None, proxy_host=None, proxy_port=None curl_httpclient only; see not below. streaming_callback (collections.abc.Callable [https://docs.python.org/3.6/library/collections.abc.html#collections.abc.Callab ]) – If set, streaming_callback will be run with0 码力 | 359 页 | 347.32 KB | 1 年前3 Tornado 5.1 Documentation
decorator. tornado.web.stream_request_body(cls) Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: HTTPServerRequest.body is undefined follow_redirects=None, max_redirects=None, user_agent=None, use_gzip=None, network_interface=None, streaming_callback=None, header_callback=None, prepare_curl_callback=None, proxy_host=None, proxy_port=None curl_httpclient only; see not below. streaming_callback (collections.abc.Callable [https://docs.python.org/3.6/library/collections.abc.html#collections.abc.Callab ]) – If set, streaming_callback will be run with0 码力 | 359 页 | 347.32 KB | 1 年前3
 Tornado 5.1 Documentation
decorator. tornado.web.stream_request_body(cls) Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined interface to use for request. curl_httpclient only; see note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and HTTPResponse.headers will be empty in the final response. This is most useful in conjunction with streaming_callback, because it’s the only way to get access to header data while the request is in progress0 码力 | 243 页 | 895.80 KB | 1 年前3 Tornado 5.1 Documentation
decorator. tornado.web.stream_request_body(cls) Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined interface to use for request. curl_httpclient only; see note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and HTTPResponse.headers will be empty in the final response. This is most useful in conjunction with streaming_callback, because it’s the only way to get access to header data while the request is in progress0 码力 | 243 页 | 895.80 KB | 1 年前3
 Tornado 6.1 Documentation
RequestHandler]) → Type[tornado.web.RequestHandler][source] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: HTTPServerRequest.body is undefined Optional[str] = None, use_gzip: Optional[bool] = None, network_interface: Optional[str] = None, streaming_callback: Optional[Callable[[bytes], None]] = None, header_callback: Optional[Callable[[str], None]] curl_httpclient note below. streaming_callback (collections.abc.Callable [https://docs.python.org/3.6/library/collections.abc.html#collections.abc.Callab ]) – If set, streaming_callback will be run with0 码力 | 931 页 | 708.03 KB | 1 年前3 Tornado 6.1 Documentation
RequestHandler]) → Type[tornado.web.RequestHandler][source] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: HTTPServerRequest.body is undefined Optional[str] = None, use_gzip: Optional[bool] = None, network_interface: Optional[str] = None, streaming_callback: Optional[Callable[[bytes], None]] = None, header_callback: Optional[Callable[[str], None]] curl_httpclient note below. streaming_callback (collections.abc.Callable [https://docs.python.org/3.6/library/collections.abc.html#collections.abc.Callab ]) – If set, streaming_callback will be run with0 码力 | 931 页 | 708.03 KB | 1 年前3
 Tornado 6.1 Documentation
RequestHandler]) → Type[tornado.web.RequestHandler] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined or source IP to use for request. See curl_httpclient note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and HTTPResponse.headers will be empty in the final response. This is most useful in conjunction with streaming_callback, because it’s the only way to get access to header data while the request is in progress0 码力 | 245 页 | 904.24 KB | 1 年前3 Tornado 6.1 Documentation
RequestHandler]) → Type[tornado.web.RequestHandler] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined or source IP to use for request. See curl_httpclient note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and HTTPResponse.headers will be empty in the final response. This is most useful in conjunction with streaming_callback, because it’s the only way to get access to header data while the request is in progress0 码力 | 245 页 | 904.24 KB | 1 年前3
 Tornado 4.5 Documentation
decorator. tornado.web.stream_request_body(cls) Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined Network interface to use for request. curl_httpclient only; see note below. • streaming_callback (callable) – If set, streaming_callback will be run with each chunk of data as it is received, and HTTPResponse HTTPResponse.headers will be empty in the final response. This is most useful in con- junction with streaming_callback, because it’s the only way to get access to header data while the request is in progress0 码力 | 222 页 | 833.04 KB | 1 年前3 Tornado 4.5 Documentation
decorator. tornado.web.stream_request_body(cls) Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined Network interface to use for request. curl_httpclient only; see note below. • streaming_callback (callable) – If set, streaming_callback will be run with each chunk of data as it is received, and HTTPResponse HTTPResponse.headers will be empty in the final response. This is most useful in con- junction with streaming_callback, because it’s the only way to get access to header data while the request is in progress0 码力 | 222 页 | 833.04 KB | 1 年前3
 Tornado 6.4 Documentation
Type[_RequestHandlerType]) → Type[_RequestHandlerType] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined Optional[str] = None, use_gzip: Optional[bool] = None, network_interface: Optional[str] = None, streaming_callback: Optional[Callable[[bytes], None]] = None, header_callback: Optional[Callable[[str], None]] or source IP to use for request. See curl_httpclient note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and0 码力 | 268 页 | 1.09 MB | 1 年前3 Tornado 6.4 Documentation
Type[_RequestHandlerType]) → Type[_RequestHandlerType] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined Optional[str] = None, use_gzip: Optional[bool] = None, network_interface: Optional[str] = None, streaming_callback: Optional[Callable[[bytes], None]] = None, header_callback: Optional[Callable[[str], None]] or source IP to use for request. See curl_httpclient note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and0 码力 | 268 页 | 1.09 MB | 1 年前3
 Tornado 6.2 Documentation
Type[_RequestHandlerType]) → Type[_RequestHandlerType] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined Optional[str] = None, use_gzip: Optional[bool] = None, network_interface: Optional[str] = None, streaming_callback: Optional[Callable[[bytes], None]] = None, header_callback: Optional[Callable[[str], None]] or source IP to use for request. See curl_httpclient note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and0 码力 | 260 页 | 1.06 MB | 1 年前3 Tornado 6.2 Documentation
Type[_RequestHandlerType]) → Type[_RequestHandlerType] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined Optional[str] = None, use_gzip: Optional[bool] = None, network_interface: Optional[str] = None, streaming_callback: Optional[Callable[[bytes], None]] = None, header_callback: Optional[Callable[[str], None]] or source IP to use for request. See curl_httpclient note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and0 码力 | 260 页 | 1.06 MB | 1 年前3
 Tornado 6.4 Documentation
Type[_RequestHandlerType]) → Type[_RequestHandlerType] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined Optional[str] = None, use_gzip: Optional[bool] = None, network_interface: Optional[str] = None, streaming_callback: Optional[Callable[[bytes], None]] = None, header_callback: Optional[Callable[[str], None]] or source IP to use for request. See curl_httpclient note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and0 码力 | 268 页 | 1.09 MB | 1 年前3 Tornado 6.4 Documentation
Type[_RequestHandlerType]) → Type[_RequestHandlerType] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined Optional[str] = None, use_gzip: Optional[bool] = None, network_interface: Optional[str] = None, streaming_callback: Optional[Callable[[bytes], None]] = None, header_callback: Optional[Callable[[str], None]] or source IP to use for request. See curl_httpclient note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and0 码力 | 268 页 | 1.09 MB | 1 年前3
 Tornado 6.4 Documentation
Type[_RequestHandlerType]) → Type[_RequestHandlerType] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined Optional[str] = None, use_gzip: Optional[bool] = None, network_interface: Optional[str] = None, streaming_callback: Optional[Callable[[bytes], None]] = None, header_callback: Optional[Callable[[str], None]] or source IP to use for request. See curl_httpclient note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and0 码力 | 268 页 | 1.09 MB | 1 年前3 Tornado 6.4 Documentation
Type[_RequestHandlerType]) → Type[_RequestHandlerType] Apply to RequestHandler subclasses to enable streaming body support. This decorator implies the following changes: • HTTPServerRequest.body is undefined Optional[str] = None, use_gzip: Optional[bool] = None, network_interface: Optional[str] = None, streaming_callback: Optional[Callable[[bytes], None]] = None, header_callback: Optional[Callable[[str], None]] or source IP to use for request. See curl_httpclient note below. • streaming_callback (collections.abc.Callable) – If set, streaming_callback will be run with each chunk of data as it is received, and0 码力 | 268 页 | 1.09 MB | 1 年前3
共 20 条
- 1
- 2














