MCPcopy Create free account
hub / github.com/BryanMwangi/pine / Get

Method Get

pine.go:306–308  ·  view source on GitHub ↗
(path string, handlers ...Handler)

Source from the content-addressed store, hash-verified

304}
305
306func (server *Server) Get(path string, handlers ...Handler) {
307 server.AddRoute(MethodGet, path, handlers...)
308}
309func (server *Server) Post(path string, handlers ...Handler) {
310 server.AddRoute(MethodPost, path, handlers...)
311}

Callers 5

ReadCookieMethod · 0.45
HeaderMethod · 0.45
IPMethod · 0.45
IPsMethod · 0.45
QueryMethod · 0.45

Calls 1

AddRouteMethod · 0.95

Tested by

no test coverage detected