Skip to content

Commit d365890

Browse files
committed
api: add ErrorHandler function to httputil.ReverseProxy
Change-Id: Ie706c43c9a11cf30ca0f2139a4e9eabac8c75c75 Reviewed-on: https://go-review.googlesource.com/125096 Run-TryBot: Andrew Bonventre <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent ecf8bac commit d365890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/go1.11.txt

+1
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ pkg net/http, type SameSite int
458458
pkg net/http, type Transport struct, MaxConnsPerHost int
459459
pkg net/http/httptrace, type ClientTrace struct, Got1xxResponse func(int, textproto.MIMEHeader) error
460460
pkg net/http/httptrace, type ClientTrace struct, WroteHeaderField func(string, []string)
461+
pkg net/http/httputil, type ReverseProxy struct, ErrorHandler func(http.ResponseWriter, *http.Request, error)
461462
pkg os, const ModeIrregular = 524288
462463
pkg os, const ModeIrregular FileMode
463464
pkg os, const ModeType = 2399666176

0 commit comments

Comments
 (0)