Next executes the next method in the stack that matches the current route.
()
| 85 | ClientHelloInfo() *tls.ClientHelloInfo |
| 86 | // Next executes the next method in the stack that matches the current route. |
| 87 | Next() error |
| 88 | // RestartRouting instead of going to the next handler. This may be useful after |
| 89 | // changing the request path. Note that handlers might be executed again. |
| 90 | RestartRouting() error |
no outgoing calls