MCPcopy Index your code
hub / github.com/cloudfoundry/cli / DisplayBody

Method DisplayBody

api/uaa/wrapper/request_logger.go:18–18  ·  view source on GitHub ↗
(body []byte)

Source from the content-addressed store, hash-verified

16// RequestLoggerOutput is the interface for displaying logs
17type RequestLoggerOutput interface {
18 DisplayBody(body []byte) error
19 DisplayJSONBody(body []byte) error
20 DisplayHeader(name string, value string) error
21 DisplayHost(name string) error

Implementers 2

RequestLoggerTerminalDisplayutil/ui/request_logger_terminal_displa
RequestLoggerFileWriterutil/ui/request_logger_file_writer.go

Calls

no outgoing calls

Tested by

no test coverage detected