func ExamplePathEscape() { … } func ExamplePathUnescape() { … } func ExampleQueryEscape() { … } func ExampleQueryUnescape() { … } func ExampleValues() { … } func ExampleValues_Add() { … } func ExampleValues_Del() { … } func ExampleValues_Encode() { … } func ExampleValues_Get() { … } func ExampleValues_Has() { … } func ExampleValues_Set() { … } func ExampleURL() { … } func ExampleURL_roundtrip() { … } func ExampleURL_ResolveReference() { … } func ExampleParseQuery() { … } func ExampleURL_EscapedPath() { … } func ExampleURL_EscapedFragment() { … } func ExampleURL_Hostname() { … } func ExampleURL_IsAbs() { … } func ExampleURL_JoinPath() { … } func ExampleURL_MarshalBinary() { … } func ExampleURL_Parse() { … } func ExampleURL_Port() { … } func ExampleURL_Query() { … } func ExampleURL_String() { … } func ExampleURL_UnmarshalBinary() { … } func ExampleURL_Redacted() { … } func ExampleURL_RequestURI() { … } func toJSON(m any) string { … }