Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + type RequestLogger struct + func NewRequestLogger(output RequestLoggerOutput) *RequestLogger + func (logger *RequestLogger) Make(request *http.Request, passedResponse *plugin.Response, ...) error + func (logger *RequestLogger) Wrap(innerconnection plugin.Connection) plugin.Connection + type RequestLoggerOutput interface + DisplayDump func(dump string) error + DisplayHeader func(name string, value string) error + DisplayHost func(name string) error + DisplayJSONBody func(body []byte) error + DisplayRequestHeader func(method string, uri string, httpProtocol string) error + DisplayResponseHeader func(httpProtocol string, status string) error + DisplayType func(name string, requestDate time.Time) error + HandleInternalError func(err error) + Start func() error + Stop func() error + type RetryRequest struct + func NewRetryRequest(maxRetries int) *RetryRequest + func (retry *RetryRequest) Make(request *http.Request, passedResponse *plugin.Response, ...) error + func (retry *RetryRequest) Wrap(innerconnection plugin.Connection) plugin.Connection Other modules containing this package github.com/LukasHeimann/cloudfoundrycli