# Functions
CanPrint returns a bool if a byte array can be "printed" or written to a log file (filters binary data).
CanPrintFast is faster than CanPrint, but less accurate (it only checks the first chunk of the content).
Contains checks if a slice contains a string.
DecodeBody decompresses a byte array (response body) based on the content encoding.
EncodeBody compresses a string (the response body) based on the content-encoding header.
HeaderString returns http.Header as a flat string.