tree: c6053d69799e2b672fc416f6ab4f0e547233a873 [path history] [tgz]
  1. v2/
  2. README.md
  3. revdial.go
  4. revdial_test.go
revdial/README.md

GoDoc

golang.org/x/build/revdial

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.