# File lib/cool.io/http_client.rb, line 91
def
encode_param
(
k
,
v
)
escape
(
k
)
+
"="
+
escape
(
v
)
end