Documentation ¶
Overview ¶
Package server provides a simple HTTP/HTTPS server implementation for serving static and connect API.
Package server provides a simple HTTP/HTTPS server implementation for serving static and connect API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a struct that represents a Fiber server instance with an underlying `fiber.App`, `fiber.Router` for the API endpoints, and a map of `fiber.Router` instances for different API versions.
Click to show internal directories.
Click to hide internal directories.