StreamingHttpDriver クラス
コンストラクター
StreamingHttpDriver(request_handler: botbuilder.core.streaming.streaming_request_handler.StreamingRequestHandler, *, config=None, logger: Optional[logging.Logger] = None)
パラメーター
| 名前 | 説明 |
|---|---|
|
request_handler
|
|
メソッド
| send |
この HTTP 送信者を使用して要求を送信します。 |
send
この HTTP 送信者を使用して要求を送信します。
async send(request: msrest.universal_http.ClientRequest, **config: Any) -> msrest.universal_http.async_abc.AsyncClientResponse
パラメーター
| 名前 | 説明 |
|---|---|
|
request
必須
|
|