MCPcopy Create free account
hub / github.com/devfeel/dotweb / PATCH

Method PATCH

group.go:21–21  ·  view source on GitHub ↗

PATCH registers a new PATCH route with the given path and handler.

(path string, h HttpHandle)

Source from the content-addressed store, hash-verified

19 OPTIONS(path string, h HttpHandle) RouterNode
20 // PATCH registers a new PATCH route with the given path and handler.
21 PATCH(path string, h HttpHandle) RouterNode
22 // POST registers a new POST route with the given path and handler.
23 POST(path string, h HttpHandle) RouterNode
24 // PUT registers a new PUT route with the given path and handler.

Callers 1

PATCHMethod · 0.65

Implementers 1

xGroupgroup.go

Calls

no outgoing calls

Tested by

no test coverage detected