Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ encodeKey
Method
encodeKey
packages/common/http/src/params.ts:23–23 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
21
**/
22
export
interface
HttpParameterCodec {
23
encodeKey(key: string): string;
24
encodeValue(value: string): string;
25
26
decodeKey(key: string): string;
Callers
1
toString
Method · 0.65
Implementers
1
HttpUrlEncodingCodec
packages/common/http/src/params.ts
Calls
no outgoing calls
Tested by
no test coverage detected