parent
60f6d9e733
commit
b17d1a9aa3
|
@ -22,11 +22,10 @@ export interface HttpParameterCodec {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A `HttpParameterCodec` that uses `encodeURIComponent` and `decodeURIComponent` to
|
* A class that uses `encodeURIComponent` and `decodeURIComponent` to
|
||||||
* serialize and parse URL parameter keys and values. If URL query parameters are
|
* serialize and parse URL parameter keys and values. If you pass URL query parameters
|
||||||
* passed without encoding, they might be misinterpreted at the receiving end. Use the
|
* without encoding, the query parameters can get misinterpreted at the receiving end.
|
||||||
* `HttpParameterCodec` to encode the query-string values. The same class can be used to decode the
|
* Use the `HttpParameterCodec` class to encode and decode the query-string values.
|
||||||
* encoded query-string values.
|
|
||||||
*
|
*
|
||||||
* @publicApi
|
* @publicApi
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue