Versions in this module Expand all Collapse all v0 v0.0.2 Aug 16, 2024 Changes in this version + func NewHttpClient(timeout time.Duration) *http.Client + func NewHttpRequest(method string, url string, body any, option *HttpRequestOption) *http.Request + func NewHttpServer(addr string, handler http.Handler) *http.Server + type HttpRequestOption struct + Header map[string]string + Query map[string]string