HttpRequestOptions: Partial<HttpMessage> & Partial<URI> & {
    method?: string;
}

Type declaration

  • Optional method?: string