• Overview
@angular/common/http

HttpParameterCodec

interface
stable

A codec for encoding and decoding parameters in URLs.

API

    
      interface HttpParameterCodec {}
    
    

encodeKey

string
@paramkeystring
@returnsstring

encodeValue

string
@paramvaluestring
@returnsstring

decodeKey

string
@paramkeystring
@returnsstring

decodeValue

string
@paramvaluestring
@returnsstring

Description

A codec for encoding and decoding parameters in URLs.

Used by HttpParams.

Jump to details