package
Version:
v0.0.0-...-0f280f2
Opens a new window with list of versions in this module.
Published: Jul 22, 2026
License: GPL-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Print detects format and pretty-prints body to w.
Returns error if format is unknown or body fails to parse.
Format represents a detected content format.
const (
FormatUnknown Format = iota
FormatJSON
FormatXML
FormatHTML
FormatYAML
FormatURLEncoded
FormatMultipart
)
Detect returns format from MIME type, falling back to content sniffing.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.