Versions in this module Expand all Collapse all v1 v1.0.0 Jan 10, 2024 Changes in this version + type HandlerFuncAdapter = httpadapter.HandlerAdapter + func New(handlerFunc http.HandlerFunc) *HandlerFuncAdapter + type HandlerFuncAdapterALB = httpadapter.HandlerAdapterALB + func NewALB(handlerFunc http.HandlerFunc) *HandlerFuncAdapterALB + type HandlerFuncAdapterV2 = httpadapter.HandlerAdapterV2 + func NewV2(handlerFunc http.HandlerFunc) *HandlerFuncAdapterV2