(r *http.Request)
| 407 | } |
| 408 | |
| 409 | func isWebsocketUpgrade(r *http.Request) bool { |
| 410 | return r.Header.Get(InternalUpgradeHeader) == WebsocketUpgrade |
| 411 | } |
| 412 | |
| 413 | func isConfigurationUpdate(r *http.Request) bool { |
| 414 | return r.Header.Get(InternalUpgradeHeader) == ConfigurationUpdate |
no test coverage detected