Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpParams

Hierarchy

  • HttpParams

Index

Constructors

constructor

Methods

append

delete

get

  • get(key: string): string | null

getAll

  • getAll(key: string): string[] | null

has

  • has(key: string): boolean

keys

  • keys(): string[]

set

toObject

  • toObject(): {}

toString

  • toString(): string