Versions in this module Expand all Collapse all v1 v1.5.9 Aug 18, 2025 v1.5.8 Mar 5, 2025 Changes in this version + type GinHttp3Server struct + func NewHttp3(opts ...Option) *GinHttp3Server + func (h3 *GinHttp3Server) Do(key string, fn func() (any, error)) (v any, err error, shared bool) + func (h3 *GinHttp3Server) Name() string + func (h3 *GinHttp3Server) Start(ctx context.Context) error + func (h3 *GinHttp3Server) Stop(ctx context.Context) error + type Option func(opt *option) + func WithDELETE(path string, hs ...gin.HandlerFunc) Option + func WithGET(path string, hs ...gin.HandlerFunc) Option + func WithHandlers(handles ...httpserver.Handler) Option + func WithLoadHTMLFiles(files ...string) Option + func WithMiddleware(handles ...gin.HandlerFunc) Option + func WithName(name string) Option + func WithPOST(path string, hs ...gin.HandlerFunc) Option + func WithPUT(path string, hs ...gin.HandlerFunc) Option + func WithPort(port string) Option + func WithTLS(cert, key string) Option