String returns the wrapped URL verbatim.
()
| 125 | |
| 126 | // String returns the wrapped URL verbatim. |
| 127 | func (u *ImmutableSafeURL) String() string { |
| 128 | return u.url |
| 129 | } |
| 130 | |
| 131 | // joinPath builds a REST API URL path by percent-encoding each component with |
| 132 | // url.PathEscape and joining them with single slash separators. |