Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UriQuery

Hierarchy

  • UriQuery

Implements

Index

Accessors

length

  • get length(): number

Methods

appended

compareTo

Abstract debug

display

  • display(output: Output): void

equals

  • equals(that: unknown): boolean

get

  • get(key: string): string | undefined

has

  • has(key: string): boolean

hashCode

  • hashCode(): number

Abstract head

  • head(): [string | null, string]

Abstract isDefined

  • isDefined(): boolean

Abstract isEmpty

  • isEmpty(): boolean

Abstract key

  • key(): string | null

prepended

removed

Abstract tail

toAny

  • toAny(params?: undefined | object): object | undefined

Abstract toString

  • toString(): string

updated

  • updated(key: string, value: string): UriQuery

Abstract value

  • value(): string

Static builder

Static from

Static fromAny

Static param

Static parse

Static undefined