Versions in this module Expand all Collapse all v1 v1.0.4 Sep 29, 2024 Changes in this version + type Handler struct + Headers *HeaderConfig + Resources []Resource + func (Handler) KengineModule() kengine.ModuleInfo + func (h *Handler) Provision(ctx kengine.Context) error + func (h Handler) ServeHTTP(w http.ResponseWriter, r *http.Request, next kenginehttp.Handler) error + type HeaderConfig struct + type Resource struct + Method string + Target string Other modules containing this package github.com/khulnasoft/kengine/v2