GoLang oauth_urlencode

request it (258)
GoLang replacement for PHP's oauth_urlencode [edit | history]



Do you know a GoLang replacement for PHP's oauth_urlencode? Write it!

PHP oauth_urlencode

PHP original manual for oauth_urlencode [ show | php.net ]

oauth_urlencode

(PECL OAuth >=0.99.2)

oauth_urlencodeEncode a URI to RFC 3986

Description

string oauth_urlencode ( string $uri )

Encodes a URI to » RFC 3986.

Parameters

uri

URI to encode.

Return Values

Returns an » RFC 3986 encoded string.