mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
This factors out the HTTP proxy functionality from net/http, with a view to vendoring it into net/http later. See discussion in https://go-review.googlesource.com/c/go/+/68091 Change-Id: I8df8a92a13bca03504edd24b71a9a184f290b87d Reviewed-on: https://go-review.googlesource.com/76910 Reviewed-by: roger peppe <rogpeppe@gmail.com>
8 lines
219 B
Go
8 lines
219 B
Go
// Copyright 2017 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package httpproxy
|
|
|
|
var ExportUseProxy = (*Config).useProxy
|