diff --git a/client/client.go b/client/client.go index 21edf1fa1fc31a2e16a44ef1d21c20a5f32f4040..809f10238d5ad095470d76a367df248d7022ac06 100644 --- a/client/client.go +++ b/client/client.go @@ -282,6 +282,7 @@ func ParseHostURL(host string) (*url.URL, error) { } // CustomHTTPHeaders returns the custom http headers stored by the client. +// Deprecated: this function was unused, and will be removed in the next release. func (cli *Client) CustomHTTPHeaders() map[string]string { m := make(map[string]string) for k, v := range cli.customHTTPHeaders {