Versions in this module Expand all Collapse all v1 v1.6.1 May 4, 2021 Changes in this version + type Factory struct + MinRequestTimeout time.Duration + func NewFactory() Factory + func (f *Factory) Create(req *request.RequestInfo) http.Handler + func (f *Factory) Delete() http.Handler + func (f *Factory) Get() http.Handler + func (f *Factory) List() http.Handler + func (f *Factory) Patch(reqInfo *request.RequestInfo) http.Handler + func (f *Factory) Update(req *request.RequestInfo) http.Handler