golang.org/x/build@v0.0.0-20240506185731-218518f32b70/revdial/v2/README.md (about)

     1  <!-- Auto-generated by x/build/update-readmes.go -->
     2  
     3  [![Go Reference](https://pkg.go.dev/badge/golang.org/x/build/revdial/v2.svg)](https://pkg.go.dev/golang.org/x/build/revdial/v2)
     4  
     5  # golang.org/x/build/revdial/v2
     6  
     7  Package revdial implements a Dialer and Listener which work together to turn an accepted connection (for instance, a Hijacked HTTP request) into a Dialer which can then create net.Conns connecting back to the original dialer, which then gets a net.Listener accepting those conns.