Documentation
¶
Index ¶
- type Handler
- func (h *Handler) DeleteRequests(c *fiber.Ctx) error
- func (h *Handler) GetRequest(c *fiber.Ctx) error
- func (h *Handler) GetRequests(c *fiber.Ctx) error
- func (h *Handler) GetTunnels(c *fiber.Ctx) error
- func (h *Handler) GetWebSocketSession(c *fiber.Ctx) error
- func (h *Handler) GetWebSocketSessions(c *fiber.Ctx) error
- func (h *Handler) RegisterTunnelRoutes(group fiber.Router)
- func (h *Handler) RenderResponse(c *fiber.Ctx) error
- func (h *Handler) ReplayRequest(c *fiber.Ctx) error
- func (h *Handler) ReplayRequestWithEdits(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) RegisterTunnelRoutes ¶
Click to show internal directories.
Click to hide internal directories.