MCPcopy
hub / github.com/gorilla/websocket / echoCopyFull

Function echoCopyFull

examples/autobahn/server.go:82–84  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

80}
81
82func echoCopyFull(w http.ResponseWriter, r *http.Request) {
83 echoCopy(w, r, false)
84}
85
86// echoReadAll echoes messages from the client by reading the entire message
87// with ioutil.ReadAll.

Callers

nothing calls this directly

Calls 1

echoCopyFunction · 0.85

Tested by

no test coverage detected