MCPcopy Create free account
hub / github.com/FunctionStream/function-stream / DefaultHttpHandler

Function DefaultHttpHandler

fs/contube/http.go:50–52  ·  view source on GitHub ↗
(_ http.ResponseWriter, _ *http.Request, payload []byte)

Source from the content-addressed store, hash-verified

48type HttpHandler func(w http.ResponseWriter, r *http.Request, payload []byte) Record
49
50func DefaultHttpHandler(_ http.ResponseWriter, _ *http.Request, payload []byte) Record {
51 return NewRecordImpl(payload, func() {})
52}
53
54type endpointHandler struct {
55 ctx context.Context

Callers

nothing calls this directly

Calls 1

NewRecordImplFunction · 0.85

Tested by

no test coverage detected