MCPcopy Create free account
hub / github.com/did-method-plc/did-method-plc / ServeHTTP

Method ServeHTTP

website/server.go:186–188  ·  view source on GitHub ↗
(rw http.ResponseWriter, req *http.Request)

Source from the content-addressed store, hash-verified

184}
185
186func (srv *Server) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
187 srv.echo.ServeHTTP(rw, req)
188}
189
190func (srv *Server) Shutdown() error {
191 log.Info("shutting down")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected