Documentation ¶
Overview ¶
Package path provides helper functions for handling url path
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Escape ¶
Escape escapes the string, so it can be safely placed inside a URL path segment
url.PathEscape will encode "/" to "%2F", but go-restful will decode it to "/" and return 405 error. so should replace special characters (including /) with %XX sequences first.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.