Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPHandler ¶
type HTTPHandler struct {
// contains filtered or unexported fields
}
HTTPHandler handles HTTP requests
func NewHTTPHandler ¶
func NewHTTPHandler(handler *transport.Handler, rvInfo *[][]protocol.RvInstruction, state *sqlite.DB) *HTTPHandler
NewHTTPHandler creates a new HTTPHandler
func (*HTTPHandler) RegisterRoutes ¶
func (h *HTTPHandler) RegisterRoutes() *http.ServeMux
RegisterRoutes registers the routes for the HTTP server
Click to show internal directories.
Click to hide internal directories.