Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2026 Changes in this version + type Client struct + URL *url.URL + func (c *Client) Do(req *http.Request) (*http.Response, error) + type Request struct + Header http.Header + Message json.RawMessage + Procedure string + type Server struct + Handler http.Handler + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)