Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2023 Changes in this version + type HandlerFuncAdapter = httpadapter.HandlerAdapter + func New(handlerFunc http.HandlerFunc) *HandlerFuncAdapter + type HandlerFuncAdapterV2 = httpadapter.HandlerAdapterV2 + func NewV2(handlerFunc http.HandlerFunc) *HandlerFuncAdapterV2