Exposing functions PathEscape and PathUnescape in net/url
667 views
Skip to first unread message
r.w.jo...@gmail.com
unread,
Dec 16, 2015, 1:47:26 PM12/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-dev
Hello,
When the net/url package was update for Go 1.5, was consideration given to adding functions PathEscape and PathUnescape to the package net/url? The functionality is already present (see func (*URL) EscapedPath), but not exposed in a usable manner. The functions would also be a natural complement to QueryEscape and QueryUnescape.
Thank-you.
Nigel Tao
unread,
Dec 24, 2015, 2:06:17 AM12/24/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Robert W. Johnstone, Brad Fitzpatrick, golang-dev