Versions in this module Expand all Collapse all v1 v1.3.3 Mar 19, 2026 v1.3.2 Mar 19, 2026 Changes in this version + func NewHttp2Server(bindAddr string, preMasterSecretLogPath string, handler http.Handler) (*http.Server, error) + type Request struct + Body interface{} + Header http.Header + Params map[string]string + Query url.Values + URL *url.URL + func NewRequest(req *http.Request, body interface{}) *Request + type Response struct + Body interface{} + Header http.Header + Status int + func NewResponse(code int, h http.Header, body interface{}) *Response