Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpParamsOptions

Options used to construct an HttpParams instance.

Hierarchy

  • HttpParamsOptions

Index

Properties

Optional encoder

Encoding codec used to parse and serialize the params.

Optional fromObject

fromObject: {}

Object map of the HTTP params. Mutally exclusive with fromString.

Type declaration

  • [param: string]: string | string[]

Optional fromString

fromString: string

String representation of the HTTP params in URL-query-string format. Mutually exclusive with fromObject.

Generated using TypeDoc