tree: 8615bcab5d85cec5130abb30c40aafa724d282d1 [path history] [tgz]
  1. README.md
  2. revdial.go
  3. 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.