Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpOptions<T, U>

Type parameters

  • T

  • U

Hierarchy

  • HttpOptions

Index

Properties

Optional customHeaders

customHeaders: Record<string, string>

Optional data

data: T

Optional params

params: U

Optional separateArrayParams

separateArrayParams: boolean

Optional timeout

timeout: number

Generated using TypeDoc