(r *http.Request)
| 420 | } |
| 421 | |
| 422 | func stripWebsocketUpgradeHeader(r *http.Request) { |
| 423 | r.Header.Del(InternalUpgradeHeader) |
| 424 | } |
| 425 | |
| 426 | // getRequestHost returns the host of the http.Request. |
| 427 | func getRequestHost(r *http.Request) (string, error) { |
no outgoing calls
no test coverage detected