Path returns the path part of the request URL. Optionally, you could override the path. Make copies or use the Immutable setting to use the value outside the Handler.
(override ...string)
| 97 | // Optionally, you could override the path. |
| 98 | // Make copies or use the Immutable setting to use the value outside the Handler. |
| 99 | Path(override ...string) string |
| 100 | // RequestID returns the request identifier from the response header or request header. |
| 101 | RequestID() string |
| 102 | // Req returns a convenience type whose API is limited to operations |
no outgoing calls