go-grpc-http1
go-grpc-http1 copied to clipboard
A gRPC via HTTP/1 Enabling Library for Go
Manually handling dependabot updates is annoying, and we tend to just blindly accept the updates anyway. Perhaps we should consider adding roxbot to this repo and having it take care...
- adds forward proxy support to client WS proxy - adds Dial via HTTP CONNECT tunnel support to TLS ClientHandshake in client side channel credentials
At present, this package fails to build for WASM: ``` ../../../../go/pkg/mod/golang.stackrox.io/[email protected]/client/ws_proxy.go:235:3: unknown field HTTPHeader in struct literal of type websocket.DialOptions ../../../../go/pkg/mod/golang.stackrox.io/[email protected]/client/ws_proxy.go:236:3: unknown field HTTPClient in struct literal of type websocket.DialOptions...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.47.0 to 0.48.0. Commits 35e1306 go.mod: update golang.org/x dependencies 7c36036 http2, webdav, websocket: fix %q verb uses with wrong type ec11ecc trace: fix data race in RenderEvents...
Hi, I am trying to use go-grpc-http1 with a TLS server in HTTP/1 in the following way: [client-tls.go.txt](https://github.com/user-attachments/files/18202715/client-tls.go.txt) [server-tls.go.txt](https://github.com/user-attachments/files/18202716/server-tls.go.txt) The server seems to run alright: ``` $ ./server-tls 2024/12/19 22:01:44...
Hi, Does the gRPC-Web mode honour the `https_proxy` env vars for TLS targets? The question is for both forward proxy and man-in-the-middle proxies listening on HTTP ports (not HTTPS). Not...