Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Http

Hierarchy

  • Http

Index

Constructors

constructor

Methods

delete

  • delete(url: string, options?: HttpOptions, httpConfig?: AjaxRequest): Observable<any>

get

  • get(url: string, options?: HttpOptions, httpConfig?: AjaxRequest): Observable<any>

patch

  • patch(url: string, options?: HttpOptions, httpConfig?: AjaxRequest): Observable<any>

post

  • post(url: string, options?: HttpOptions, httpConfig?: AjaxRequest): Observable<any>

put

  • put(url: string, options?: HttpOptions, httpConfig?: AjaxRequest): Observable<any>

request

Static addParamsToUrl

  • addParamsToUrl(url: string, params?: UrlParams, separateArrayParams?: boolean): string

Static getParamsQuery

  • getParamsQuery(params: UrlParams, separateArrayParams?: boolean): string

Static httpOptionsToRequestInit

  • httpOptionsToRequestInit(options?: HttpOptions, httpConfig?: AjaxRequest): AjaxRequest

Generated using TypeDoc