Skip to content
Snippets Groups Projects
  • Yawning Angel's avatar
    c05a7a2e
    Add support for HTTP CONNECT proxies. · c05a7a2e
    Yawning Angel authored
    Joining a SOCKS dialer on the list of things the Golang runtime really
    should have is a HTTP CONNECT dialer.  There's a full fledged HTTP
    client and server there, but not this.  Why?  Who knows.
    
    This fixes issue #7.
    c05a7a2e
    History
    Add support for HTTP CONNECT proxies.
    Yawning Angel authored
    Joining a SOCKS dialer on the list of things the Golang runtime really
    should have is a HTTP CONNECT dialer.  There's a full fledged HTTP
    client and server there, but not this.  Why?  Who knows.
    
    This fixes issue #7.