Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHandler ¶
type HttpHandler struct {
NatsConn *nats.Conn // Use the standard NATS connection
Config *gwconfig.Config
Logger *slog.Logger
// contains filtered or unexported fields
}
func NewHttpHandler ¶
func (*HttpHandler) ServeHTTP ¶
func (h *HttpHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP now simply delegates to the internal mux.
Click to show internal directories.
Click to hide internal directories.