Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2020 Changes in this version + type Client struct + func NewClient(client ghttpproto.HTTPClient, broker *plugin.GRPCBroker) *Client + func (c *Client) ServeHTTP(w http.ResponseWriter, r *http.Request) + type Server struct + func NewServer(handler http.Handler, broker *plugin.GRPCBroker) *Server + func (s *Server) Handle(ctx context.Context, req *ghttpproto.HTTPRequest) (*ghttpproto.HTTPResponse, error)