ClientHelloInfo return CHI from context
()
| 83 | GetRespHeaders() map[string][]string |
| 84 | // ClientHelloInfo return CHI from context |
| 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 |
no outgoing calls