go-libp2p-http icon indicating copy to clipboard operation
go-libp2p-http copied to clipboard

HTTP on top of libp2p

Results 6 go-libp2p-http issues
Sort by recently updated
recently updated
newest added

tried 1.)client := &http.Client{Transport: tr, Timeout: 2 * time.Second} 2.) ctx, _ := context.WithTimeout(context.Background(), 2*time.Second) req, _ := http.NewRequestWithContext(ctx, "POST", fmt.Sprintf("libp2p://%s/hello", srvHost.ID()), buf) 3.) custom protocol stream, err := clientHost.NewStream(getCtx,...

This repo allows HTTP requests via libp2p. I was wondering if it would be possible to reuse that to upgrade the connections to WebSockets, having then an open stream between...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

This PR was created automatically by the @web3-bot as a part of the [Unified CI](https://github.com/ipdxco/unified-github-workflows) project.

This functionality has been integrated into go-libp2p. The implementation there follow the libp2p spec: https://github.com/libp2p/specs/tree/master/http. I think we should archive this repo to avoid confusion.