std
::
net
::
url
add
fn
UrlQueryValues
*
UrlQueryValues
.
add
(
&
self
,
String
key
,
String
value
)
Add copies of the key and value strings to the UrlQueryValues map. These
copies are freed when the UrlQueryValues map is freed.
Parameters