Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2024 Changes in this version + func FormFloatValue(r *http.Request, field string, defaultVal float64) (float64, error) + func FormIntValue(r *http.Request, field string, defaultVal int) (int, error) + func FormSimilarityValue(r *http.Request, field string, defaultVal float64) (float64, error) + func FormTopKValue(r *http.Request, field string, defaultVal int) (int, error) + type Server struct + func NewServer(r http.Handler, addr string) *Server + func (h *Server) Run(ctx context.Context) error