ngify
    Preparing search index...

    Interface HttpParameterCodec

    interface HttpParameterCodec {
        decodeKey(key: string): string;
        decodeValue(value: string): string;
        encodeKey(key: string): string;
        encodeValue(value: string): string;
    }

    Implemented by

    Index

    Methods