(r *http.Request)
| 411 | } |
| 412 | |
| 413 | func isConfigurationUpdate(r *http.Request) bool { |
| 414 | return r.Header.Get(InternalUpgradeHeader) == ConfigurationUpdate |
| 415 | } |
| 416 | |
| 417 | // IsTCPStream discerns if the connection request needs a tcp stream proxy. |
| 418 | func IsTCPStream(r *http.Request) bool { |
no test coverage detected