OverrideParam overwrites a route parameter value by name. If the parameter name does not exist in the route, this method does nothing.
(name, value string)
| 126 | // OverrideParam overwrites a route parameter value by name. |
| 127 | // If the parameter name does not exist in the route, this method does nothing. |
| 128 | OverrideParam(name, value string) |
| 129 | // IsWebSocket returns true if the request includes a WebSocket upgrade handshake. |
| 130 | IsWebSocket() bool |
| 131 | // IsPreflight returns true if the request is a CORS preflight. |
no outgoing calls