Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUrlBuild ¶
func GetUrlBuild(c *fiber.Ctx) error
Types ¶
type Url ¶
type Url struct { Id string `json:"id"` SSL bool `json:"ssl"` Opaque string `json:"opaque"` // encoded opaque data Host string `json:"host"` // host or host:port Path string `json:"path"` // path (relative paths may omit leading slash) Query string `json:"query"` // encoded query values, without '?' }
Click to show internal directories.
Click to hide internal directories.