Skip to content

Commit

Permalink
api: add ErrorHandler function to httputil.ReverseProxy
Browse files Browse the repository at this point in the history
Change-Id: Ie706c43c9a11cf30ca0f2139a4e9eabac8c75c75
Reviewed-on: https://go-review.googlesource.com/125096
Run-TryBot: Andrew Bonventre <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
andybons committed Jul 19, 2018
1 parent ecf8bac commit d365890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/go1.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ pkg net/http, type SameSite int
pkg net/http, type Transport struct, MaxConnsPerHost int
pkg net/http/httptrace, type ClientTrace struct, Got1xxResponse func(int, textproto.MIMEHeader) error
pkg net/http/httptrace, type ClientTrace struct, WroteHeaderField func(string, []string)
pkg net/http/httputil, type ReverseProxy struct, ErrorHandler func(http.ResponseWriter, *http.Request, error)
pkg os, const ModeIrregular = 524288
pkg os, const ModeIrregular FileMode
pkg os, const ModeType = 2399666176
Expand Down

0 comments on commit d365890

Please sign in to comment.