• Overview
@angular/common/http

HttpParameterCodec

interface

A codec for encoding and decoding parameters in URLs.

  
    interface HttpParameterCodec {}
  
  

encodeKey

string
@paramkeystring
@returnsstring

encodeValue

string
@paramvaluestring
@returnsstring

decodeKey

string
@paramkeystring
@returnsstring

decodeValue

string
@paramvaluestring
@returnsstring
Jump to details