次の方法で共有


HeaderAction interface

http ヘッダーを操作できるアクション。

プロパティ

headerActionType

ヘッダーに適用する操作の種類。

headerName

このアクションが適用されるヘッダーの名前。

value

指定したヘッダー名を更新する値。 actionType が Delete の場合、この値は使用されません。

プロパティの詳細

headerActionType

ヘッダーに適用する操作の種類。

headerActionType: string

プロパティ値

string

headerName

このアクションが適用されるヘッダーの名前。

headerName: string

プロパティ値

string

value

指定したヘッダー名を更新する値。 actionType が Delete の場合、この値は使用されません。

value?: string

プロパティ値

string