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

Method BaseURL

req_interface_gen.go:28–28  ·  view source on GitHub ↗

BaseURL returns (protocol + host + base path).

()

Source from the content-addressed store, hash-verified

26 App() *App
27 // BaseURL returns (protocol + host + base path).
28 BaseURL() string
29 // BodyRaw contains the raw body submitted in a POST request.
30 // Returned value is only valid within the handler. Do not store any references.
31 // Make copies or use the Immutable setting instead.

Callers 9

BaseURLMethod · 0.65
Test_Ctx_BaseURLFunction · 0.65
Benchmark_Ctx_BaseURLFunction · 0.65
Test_Client_SetBaseURLFunction · 0.65
Test_Client_SetProxyURLFunction · 0.65
Test_PaginateWithQueriesFunction · 0.65
testFiberToHandlerFuncFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by 8

Test_Ctx_BaseURLFunction · 0.52
Benchmark_Ctx_BaseURLFunction · 0.52
Test_Client_SetBaseURLFunction · 0.52
Test_Client_SetProxyURLFunction · 0.52
Test_PaginateWithQueriesFunction · 0.52
testFiberToHandlerFuncFunction · 0.52