Documentation
¶
Index ¶
- Variables
- func CompleteTheLogging(res *http.Response, err error, item *logging.LogItem, log ILogger, ...) (*http.Response, error)
- func FilenameTimestamp(t time.Time) string
- func IsTextual(contentType string) bool
- func PrepareTheLogItem(req *http.Request, level logging.Level) *logging.LogItem
- func PrintPart(out io.Writer, fs afero.Fs, hdrs http.Header, isRequest bool, file string, ...)
- func UrlToFilename(path string) string
- type ILogger
Constants ¶
This section is empty.
Variables ¶
View Source
var AllowedPunctuationInFilenames = nonWindowsPunct
Functions ¶
func CompleteTheLogging ¶ added in v0.6.0
func FilenameTimestamp ¶ added in v0.6.0
func IsTextual ¶ added in v0.6.0
IsTextual tests a media type (a.k.a. content type) to determine whether it describes text or binary content.
func PrepareTheLogItem ¶
func UrlToFilename ¶ added in v0.6.0
Types ¶
Click to show internal directories.
Click to hide internal directories.