BaseURL returns (protocol + host + base path).
()
| 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. |
no outgoing calls