Versions in this module Expand all Collapse all v0 v0.1.0 Jun 19, 2023 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 HandlerFuncAdapterFnURL = httpadapter.HandlerAdapterFnURL + func NewFunctionURL(handlerFunc http.HandlerFunc) *HandlerFuncAdapterFnURL + type HandlerFuncAdapterV2 = httpadapter.HandlerAdapterV2 + func NewV2(handlerFunc http.HandlerFunc) *HandlerFuncAdapterV2