angular / 6.1.10 / api / http / queryencoder.html /

QueryEncoder

class deprecated

Deprecated: see https://angular.io/guide/http

class QueryEncoder {
  encodeKey(key: string): string
  encodeValue(value: string): string
}

Methods

encodeKey(key: string): string

Parameters

key

Type: string.

Returns

string

encodeValue(value: string): string

Parameters

value

Type: string.

Returns

string

© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/http/QueryEncoder