(value: string)
| 22 | export interface HttpParameterCodec { |
| 23 | encodeKey(key: string): string; |
| 24 | encodeValue(value: string): string; |
| 25 | |
| 26 | decodeKey(key: string): string; |
| 27 | decodeValue(value: string): string; |
no outgoing calls
no test coverage detected