Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHttpRequest<T>

Type parameters

  • T

Hierarchy

Index

Properties

Optional body

body: HttpBodyType<T>

Optional headers

headers: HttpHeaders | Headers | {} | string | undefined

Optional hydrate

hydrate: undefined | false | true

Optional method

Optional observe

Optional params

params: HttpParams | {} | string | undefined

Optional paramsEncoder

paramsEncoder: IHttpParamEncoder

Optional reportProgress

reportProgress: undefined | false | true

Optional responseType

responseType: HttpResponseType

Optional url

url: undefined | string

Optional withCredentials

withCredentials: undefined | false | true