We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2363fa6 commit ddc4708Copy full SHA for ddc4708
docs/usage.md
@@ -76,6 +76,7 @@ func main() {
76
app.Get("/", handler)
77
app.Post("/", handler)
78
app.Put("/", handler)
79
+ app.Patch("/", handler)
80
app.Delete("/", handler)
81
app.Head("/", handler)
82
app.Options("/", handler)
0 commit comments