MCPcopy
hub / github.com/gofiber/fiber / BaseURL

Method BaseURL

req.go:88–90  ·  view source on GitHub ↗

BaseURL returns (protocol + host + base path).

()

Source from the content-addressed store, hash-verified

86
87// BaseURL returns (protocol + host + base path).
88func (r *DefaultReq) BaseURL() string {
89 return r.c.BaseURL()
90}
91
92// BodyRaw contains the raw body submitted in a POST request.
93// Returned value is only valid within the handler. Do not store any references.

Callers

nothing calls this directly

Calls 1

BaseURLMethod · 0.65

Tested by

no test coverage detected