Versions in this module Expand all Collapse all v1 v1.0.4 Sep 29, 2024 Changes in this version + type RequestBody struct + MaxSize int64 + ReadTimeout time.Duration + WriteTimeout time.Duration + func (RequestBody) KengineModule() kengine.ModuleInfo + func (rb *RequestBody) Provision(ctx kengine.Context) error + func (rb RequestBody) ServeHTTP(w http.ResponseWriter, r *http.Request, next kenginehttp.Handler) error Other modules containing this package github.com/khulnasoft/kengine/v2