parent
416b0d29b9
commit
60f6d9e733
|
@ -14,11 +14,11 @@
|
||||||
* @publicApi
|
* @publicApi
|
||||||
**/
|
**/
|
||||||
export interface HttpParameterCodec {
|
export interface HttpParameterCodec {
|
||||||
encodeKey(key: string):string;
|
encodeKey(key: string): string;
|
||||||
encodeValue(value: string):string;
|
encodeValue(value: string): string;
|
||||||
|
|
||||||
decodeKey(key: string):string;
|
decodeKey(key: string): string;
|
||||||
decodeValue(value: string):string;
|
decodeValue(value: string): string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue