Home
last modified time | relevance | path

Searched defs:ReverseProxy (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go35 type ReverseProxy struct { struct
42 Director func(*http.Request)
46 Transport http.RoundTripper
58 FlushInterval time.Duration
63 ErrorLog *log.Logger
68 BufferPool BufferPool
79 ModifyResponse func(*http.Response) error
86 ErrorHandler func(http.ResponseWriter, *http.Request, error)
164 func (p *ReverseProxy) getErrorHandler() func(http.ResponseWriter, *http.Request, error) {
185 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/net/http/httputil/
H A Dreverseproxy.go35 type ReverseProxy struct { struct
42 Director func(*http.Request)
46 Transport http.RoundTripper
58 FlushInterval time.Duration
63 ErrorLog *log.Logger
68 BufferPool BufferPool
79 ModifyResponse func(*http.Response) error
86 ErrorHandler func(http.ResponseWriter, *http.Request, error)
164 func (p *ReverseProxy) getErrorHandler() func(http.ResponseWriter, *http.Request, error) {
185 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/http/httputil/
H A Dreverseproxy.go27 type ReverseProxy struct { struct
34 Director func(*http.Request)
38 Transport http.RoundTripper
50 FlushInterval time.Duration
56 ErrorLog *log.Logger
61 BufferPool BufferPool
72 ModifyResponse func(*http.Response) error
79 ErrorHandler func(http.ResponseWriter, *http.Request, error)
167 func (p *ReverseProxy) getErrorHandler() func(http.ResponseWriter, *http.Request, error) {
188 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go35 type ReverseProxy struct { struct
42 Director func(*http.Request)
46 Transport http.RoundTripper
58 FlushInterval time.Duration
63 ErrorLog *log.Logger
68 BufferPool BufferPool
79 ModifyResponse func(*http.Response) error
86 ErrorHandler func(http.ResponseWriter, *http.Request, error)
164 func (p *ReverseProxy) getErrorHandler() func(http.ResponseWriter, *http.Request, error) {
185 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/http/httputil/
H A Dreverseproxy.go35 type ReverseProxy struct { struct
42 Director func(*http.Request)
46 Transport http.RoundTripper
58 FlushInterval time.Duration
63 ErrorLog *log.Logger
68 BufferPool BufferPool
79 ModifyResponse func(*http.Response) error
86 ErrorHandler func(http.ResponseWriter, *http.Request, error)
164 func (p *ReverseProxy) getErrorHandler() func(http.ResponseWriter, *http.Request, error) {
185 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go27 type ReverseProxy struct { struct
34 Director func(*http.Request)
38 Transport http.RoundTripper
50 FlushInterval time.Duration
56 ErrorLog *log.Logger
61 BufferPool BufferPool
72 ModifyResponse func(*http.Response) error
79 ErrorHandler func(http.ResponseWriter, *http.Request, error)
167 func (p *ReverseProxy) getErrorHandler() func(http.ResponseWriter, *http.Request, error) {
188 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go27 type ReverseProxy struct { struct
34 Director func(*http.Request)
38 Transport http.RoundTripper
50 FlushInterval time.Duration
56 ErrorLog *log.Logger
61 BufferPool BufferPool
72 ModifyResponse func(*http.Response) error
79 ErrorHandler func(http.ResponseWriter, *http.Request, error)
167 func (p *ReverseProxy) getErrorHandler() func(http.ResponseWriter, *http.Request, error) {
188 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/http/httputil/
H A Dreverseproxy.go43 type ReverseProxy struct { struct
50 Director func(*http.Request)
54 Transport http.RoundTripper
66 FlushInterval time.Duration
71 ErrorLog *log.Logger
76 BufferPool BufferPool
87 ModifyResponse func(*http.Response) error
94 ErrorHandler func(http.ResponseWriter, *http.Request, error)
214 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
411 func (p *ReverseProxy) flushInterval(res *http.Response) time.Duration {
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/http/httputil/
H A Dreverseproxy.go42 type ReverseProxy struct { struct
49 Director func(*http.Request)
53 Transport http.RoundTripper
65 FlushInterval time.Duration
70 ErrorLog *log.Logger
75 BufferPool BufferPool
86 ModifyResponse func(*http.Response) error
93 ErrorHandler func(http.ResponseWriter, *http.Request, error)
213 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
410 func (p *ReverseProxy) flushInterval(res *http.Response) time.Duration {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/http/httputil/
H A Dreverseproxy.go41 type ReverseProxy struct { struct
48 Director func(*http.Request)
52 Transport http.RoundTripper
64 FlushInterval time.Duration
69 ErrorLog *log.Logger
74 BufferPool BufferPool
85 ModifyResponse func(*http.Response) error
92 ErrorHandler func(http.ResponseWriter, *http.Request, error)
212 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
396 func (p *ReverseProxy) flushInterval(res *http.Response) time.Duration {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go41 type ReverseProxy struct { struct
48 Director func(*http.Request)
52 Transport http.RoundTripper
64 FlushInterval time.Duration
69 ErrorLog *log.Logger
74 BufferPool BufferPool
85 ModifyResponse func(*http.Response) error
92 ErrorHandler func(http.ResponseWriter, *http.Request, error)
212 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
396 func (p *ReverseProxy) flushInterval(res *http.Response) time.Duration {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go41 type ReverseProxy struct { struct
48 Director func(*http.Request)
52 Transport http.RoundTripper
64 FlushInterval time.Duration
69 ErrorLog *log.Logger
74 BufferPool BufferPool
85 ModifyResponse func(*http.Response) error
92 ErrorHandler func(http.ResponseWriter, *http.Request, error)
212 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
396 func (p *ReverseProxy) flushInterval(res *http.Response) time.Duration {
[all …]
/dports/www/gitea/gitea-1.16.5/services/auth/
H A Dreverseproxy.go35 type ReverseProxy struct { struct
39 func (r *ReverseProxy) getUserName(req *http.Request) string {
48 func (r *ReverseProxy) Name() string {
59 …fy(req *http.Request, w http.ResponseWriter, store DataStore, sess SessionStore) *user_model.User {
88 func (r *ReverseProxy) isAutoRegisterAllowed() bool {
94 func (r *ReverseProxy) newUser(req *http.Request) *user_model.User {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/http/httputil/
H A Dreverseproxy.go28 type ReverseProxy struct { struct
35 Director func(*http.Request)
39 Transport http.RoundTripper
45 FlushInterval time.Duration
51 ErrorLog *log.Logger
56 BufferPool BufferPool
61 ModifyResponse func(*http.Response) error
141 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
268 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
292 func (p *ReverseProxy) copyBuffer(dst io.Writer, src io.Reader, buf []byte) (int64, error) {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go28 type ReverseProxy struct { struct
35 Director func(*http.Request)
39 Transport http.RoundTripper
45 FlushInterval time.Duration
51 ErrorLog *log.Logger
56 BufferPool BufferPool
61 ModifyResponse func(*http.Response) error
141 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
265 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
289 func (p *ReverseProxy) copyBuffer(dst io.Writer, src io.Reader, buf []byte) (int64, error) {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go28 type ReverseProxy struct { struct
35 Director func(*http.Request)
39 Transport http.RoundTripper
45 FlushInterval time.Duration
51 ErrorLog *log.Logger
56 BufferPool BufferPool
61 ModifyResponse func(*http.Response) error
141 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
265 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
289 func (p *ReverseProxy) copyBuffer(dst io.Writer, src io.Reader, buf []byte) (int64, error) {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go28 type ReverseProxy struct { struct
35 Director func(*http.Request)
39 Transport http.RoundTripper
45 FlushInterval time.Duration
51 ErrorLog *log.Logger
56 BufferPool BufferPool
61 ModifyResponse func(*http.Response) error
141 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
265 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
289 func (p *ReverseProxy) copyBuffer(dst io.Writer, src io.Reader, buf []byte) (int64, error) {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go28 type ReverseProxy struct { struct
35 Director func(*http.Request)
39 Transport http.RoundTripper
45 FlushInterval time.Duration
51 ErrorLog *log.Logger
56 BufferPool BufferPool
61 ModifyResponse func(*http.Response) error
141 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
265 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
289 func (p *ReverseProxy) copyBuffer(dst io.Writer, src io.Reader, buf []byte) (int64, error) {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go28 type ReverseProxy struct { struct
35 Director func(*http.Request)
39 Transport http.RoundTripper
45 FlushInterval time.Duration
51 ErrorLog *log.Logger
56 BufferPool BufferPool
61 ModifyResponse func(*http.Response) error
141 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
265 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
289 func (p *ReverseProxy) copyBuffer(dst io.Writer, src io.Reader, buf []byte) (int64, error) {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/net/http/httputil/
H A Dreverseproxy.go28 type ReverseProxy struct { struct
35 Director func(*http.Request)
39 Transport http.RoundTripper
45 FlushInterval time.Duration
51 ErrorLog *log.Logger
56 BufferPool BufferPool
61 ModifyResponse func(*http.Response) error
141 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
265 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
289 func (p *ReverseProxy) copyBuffer(dst io.Writer, src io.Reader, buf []byte) (int64, error) {
[all …]
/dports/www/devd/devd-0.9/reverseproxy/
H A Dreverseproxy.go31 type ReverseProxy struct { struct
36 Director func(*http.Request)
40 Transport http.RoundTripper
46 FlushInterval time.Duration
48 Inject inject.CopyInject
120 func (p *ReverseProxy) ServeHTTPContext(
195 func (p *ReverseProxy) ServeHTTP(w http.ResponseWriter, r *http.Request) {
199 func (p *ReverseProxy) copyResponse(ctx context.Context, dst io.Writer, inject inject.Injector) {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/http/httputil/
H A Dreverseproxy.go27 type ReverseProxy struct { struct
32 Director func(*http.Request)
36 Transport http.RoundTripper
42 FlushInterval time.Duration
48 ErrorLog *log.Logger
53 BufferPool BufferPool
140 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
247 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
271 func (p *ReverseProxy) logf(format string, args ...interface{}) {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/net/http/httputil/
H A Dreverseproxy.go27 type ReverseProxy struct { struct
32 Director func(*http.Request)
36 Transport http.RoundTripper
42 FlushInterval time.Duration
48 ErrorLog *log.Logger
53 BufferPool BufferPool
140 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
247 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
271 func (p *ReverseProxy) logf(format string, args ...interface{}) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/http/httputil/
H A Dreverseproxy.go27 type ReverseProxy struct { struct
32 Director func(*http.Request)
36 Transport http.RoundTripper
42 FlushInterval time.Duration
48 ErrorLog *log.Logger
124 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
231 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
248 func (p *ReverseProxy) logf(format string, args ...interface{}) {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/net/http/httputil/
H A Dreverseproxy.go27 type ReverseProxy struct { struct
32 Director func(*http.Request)
36 Transport http.RoundTripper
42 FlushInterval time.Duration
84 func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
133 func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {

12