Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc-ecosystem/grpc-gateway
/ Verb
Method
Verb
runtime/pattern.go:236–236 ·
view source on GitHub ↗
Verb returns the verb part of the Pattern.
()
Source
from the content-addressed store, hash-verified
234
235
// Verb returns the verb part of the Pattern.
236
func
(p Pattern) Verb() string {
return
p.verb }
237
238
func
(p Pattern) String() string {
239
var
stack []string
Callers
1
ServeHTTP
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected