On this page
HttpParameterCodec
interface
| npm Package | @angular/common | 
|---|---|
| Module | import { HttpParameterCodec } from '@angular/common/http'; | 
     
| Source | common/http/src/params.ts | 
Interface Overview
interface HttpParameterCodec { 
  encodeKey(key: string): string
  encodeValue(value: string): string
  decodeKey(key: string): string
  decodeValue(value: string): string
}
  Class Implementations
HttpUrlEncodingCodec
Members
encodeKey(key: string): string
  encodeValue(value: string): string
  decodeKey(key: string): string
  decodeValue(value: string): string
  © 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v4.angular.io/api/common/http/HttpParameterCodec