You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance we could have samples of how to integrate http.Client into the flow?
The lib is nice and clean, but not easy to get started with a simple use case of hitting an HTTP server. Requiring TCP-socket level abstraction forces it into unsecure http only..
The text was updated successfully, but these errors were encountered:
Alternatively you can create an HTTP handler to do "one-shot" communication. IE a handler which will take in a body of json (which are jsonrpc2 requests) and proxy them on to a jsonrpc2 endpoint. We used to do this at Sourcegraph.
Any chance we could have samples of how to integrate
http.Client
into the flow?The lib is nice and clean, but not easy to get started with a simple use case of hitting an HTTP server. Requiring TCP-socket level abstraction forces it into unsecure http only..
The text was updated successfully, but these errors were encountered: