Documentation
¶
Overview ¶
Package httpconst centralises HTTP header names and content-type strings shared by the API, MCP, and OTLP-HTTP handlers so the same literal isn't duplicated across packages.
Index ¶
Constants ¶
View Source
const ( // HeaderContentType is the canonical HTTP Content-Type header name. HeaderContentType = "Content-Type" // ContentTypeJSON is the application/json content type used by every JSON // response on the API and MCP surface. ContentTypeJSON = "application/json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.