Versions in this module Expand all Collapse all v1 v1.0.0 Feb 3, 2026 Changes in this version + const ProjectName + func GetPreferredFormat(r *http.Request) string + func IsBrowser(r *http.Request) bool + func IsHttpTool(r *http.Request) bool + func IsNonInteractiveClient(r *http.Request) bool + func IsOurCliClient(r *http.Request) bool + func IsTextBrowser(r *http.Request) bool + type ClientType int + const ClientTypeAPI + const ClientTypeBrowser + const ClientTypeHttpTool + const ClientTypeOurCLI + const ClientTypeTextBrowser + const ClientTypeUnknown + func DetectClientType(r *http.Request) ClientType + func (c ClientType) String() string