Home
last modified time | relevance | path

Searched refs:SetPreRequestHook (Results 1 – 25 of 30) sorted by relevance

12

/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/go-resty/resty/
H A Ddefault.go152 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
153 return DefaultClient.SetPreRequestHook(h)
H A Dclient.go357 func (c *Client) SetPreRequestHook(h func(*Client, *Request) error) *Client { func
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/resty.v1/
H A Ddefault.go113 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
114 return DefaultClient.SetPreRequestHook(h)
H A Dclient_test.go362 SetPreRequestHook(func(c *Client, r *Request) error {
367 SetPreRequestHook(func(c *Client, r *Request) error {
379 c.SetPreRequestHook(func(*Client, *Request) error { return nil }) // for coverage
H A Dclient.go362 func (c *Client) SetPreRequestHook(h func(*Client, *Request) error) *Client { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Ddefault.go113 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
114 return DefaultClient.SetPreRequestHook(h)
H A Dclient.go362 func (c *Client) SetPreRequestHook(h func(*Client, *Request) error) *Client { func
/dports/sysutils/consul/consul-1.10.3/vendor/gopkg.in/resty.v1/
H A Ddefault.go113 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
114 return DefaultClient.SetPreRequestHook(h)
H A Dclient.go362 func (c *Client) SetPreRequestHook(h func(*Client, *Request) error) *Client { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Ddefault.go113 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
114 return DefaultClient.SetPreRequestHook(h)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Ddefault.go113 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
114 return DefaultClient.SetPreRequestHook(h)
H A Dclient.go362 func (c *Client) SetPreRequestHook(h func(*Client, *Request) error) *Client { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Ddefault.go113 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
114 return DefaultClient.SetPreRequestHook(h)
H A Dclient.go362 func (c *Client) SetPreRequestHook(h func(*Client, *Request) error) *Client { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/linode/vendor/gopkg.in/resty.v1/
H A Ddefault.go113 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
114 return DefaultClient.SetPreRequestHook(h)
H A Dclient.go362 func (c *Client) SetPreRequestHook(h func(*Client, *Request) error) *Client { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/linode/vendor/gopkg.in/resty.v1/
H A Ddefault.go113 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
114 return DefaultClient.SetPreRequestHook(h)
H A Dclient.go362 func (c *Client) SetPreRequestHook(h func(*Client, *Request) error) *Client { func
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/gopkg.in/resty.v1/
H A Ddefault.go113 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
114 return DefaultClient.SetPreRequestHook(h)
H A Dclient_test.go362 SetPreRequestHook(func(c *Client, r *Request) error {
367 SetPreRequestHook(func(c *Client, r *Request) error {
379 c.SetPreRequestHook(func(*Client, *Request) error { return nil }) // for coverage
H A Dclient.go360 func (c *Client) SetPreRequestHook(h func(*Client, *Request) error) *Client { func
/dports/sysutils/nomad/nomad-1.1.0/vendor/gopkg.in/resty.v1/
H A Ddefault.go113 func SetPreRequestHook(h func(*Client, *Request) error) *Client { func
114 return DefaultClient.SetPreRequestHook(h)
H A Dclient.go362 func (c *Client) SetPreRequestHook(h func(*Client, *Request) error) *Client { func
/dports/security/lego/lego-4.5.3/vendor/github.com/go-resty/resty/v2/
H A Dclient_test.go344 client.SetPreRequestHook(func(c *Client, r *http.Request) error {
349 client.SetPreRequestHook(func(c *Client, r *http.Request) error {
387 c.SetPreRequestHook(func(*Client, *http.Request) error { return nil }) // for coverage
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-resty/resty/v2/
H A Dclient_test.go344 client.SetPreRequestHook(func(c *Client, r *http.Request) error {
349 client.SetPreRequestHook(func(c *Client, r *http.Request) error {
387 c.SetPreRequestHook(func(*Client, *http.Request) error { return nil }) // for coverage

12