# Functions
IsInternal returns true if the request is internal.
IsProxied returns true if the request is from kubernetes.
MethodNotAllowedHandler returns a handler that returns a 405 response.
NewClientWriter creates a new ClientWriter.
NewMessage creates a new Message.
No description provided by the author
NotFoundHandler returns a handler that returns a 404 response.
UnauthorizedHandler returns a handler that returns a 401 response.
# Constants
ContentTypeHTML is the HTML content type.
ContentTypeJSON is the JSON content type.
ContentTypePng is the png content type.
ContentTypeText is the text content type.
ContentTypeXML is the XML content type.
# Structs
ClientWriter is a wrapper around http.ResponseWriter that provides additional information.
Message represents a message response.
# Interfaces
No description provided by the author
# Type aliases
ContentType represents the content type of the request.