mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-09 07:29:03 -04:00
exclude
This commit is contained in:
parent
7a805e8d6b
commit
f4bb176184
@ -133,7 +133,7 @@ type ActiveHealthChecks struct {
|
|||||||
// body of a healthy backend.
|
// body of a healthy backend.
|
||||||
ExpectBody string `json:"expect_body,omitempty"`
|
ExpectBody string `json:"expect_body,omitempty"`
|
||||||
|
|
||||||
transport http.RoundTripper `json:"transport,omitempty"`
|
transport http.RoundTripper `json:"-"``
|
||||||
uri *url.URL
|
uri *url.URL
|
||||||
httpClient *http.Client
|
httpClient *http.Client
|
||||||
bodyRegexp *regexp.Regexp
|
bodyRegexp *regexp.Regexp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user