RequestOptions: {
    method?: string;
    queryString: string;
    url: string;
}

Request options that are passed to custom header functions. method and headers are not included in custom header functions passed to subscriptions.

Type declaration

  • Optional method?: string
  • queryString: string
  • url: string