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