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 string
Returns

string

encodeValue(value: string): string

Parameters
value string
Returns

string

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