次の方法で共有


ExtendedCommonClientOptions type

継続やリダイレクトオプションなど、一般的なクライアントの選択肢も拡張されています。 このタイプは標準のCommonClientOptionsに加え、HTTP接続の制御、生存制御、リダイレクト動作などの追加オプションを組み合わせています。

type ExtendedCommonClientOptions = CommonClientOptions & {
  keepAliveOptions?: KeepAliveOptions
  redirectOptions?: RedirectOptions
}