次の方法で共有


OperationWorkerResponse interface

これは、操作結果の応答の基本クラスです。

プロパティ

headers

この操作に関連付けられている HTTP ヘッダー。

statusCode

操作の HTTP 状態コード。

プロパティの詳細

headers

この操作に関連付けられている HTTP ヘッダー。

headers?: {[propertyName: string]: string[]}

プロパティ値

{[propertyName: string]: string[]}

statusCode

操作の HTTP 状態コード。

statusCode?: HttpStatusCode

プロパティ値