ClientResponse Class
- Inheritance
-
msrest.universal_http.HTTPClientResponseClientResponse
Constructor
ClientResponse(request: msrest.universal_http.ClientRequest, internal_response: Any)
Parameters
- request
- internal_response
Methods
| stream_download |
Generator for streaming request body data. Should be implemented by sub-classes if streaming download is supported. |
stream_download
Generator for streaming request body data.
Should be implemented by sub-classes if streaming download is supported.
stream_download(chunk_size: Optional[int] = None, callback: Optional[Callable] = None) -> Iterator[bytes]
Parameters
- callback
default value: None
Custom callback for monitoring progress.
- chunk_size
- int
default value: None
Feedback
Submit and view feedback for