MCPcopy
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.
236func (p Pattern) Verb() string { return p.verb }
237
238func (p Pattern) String() string {
239 var stack []string

Callers 1

ServeHTTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected