package websocket

import "net/http"

func GetKey(r *http.Request) string {
	return r.Header.Get("Sec-WebSocket-Key")
}
