Class HttpHeaders
- Namespace
 - FoundationaLLM.Common.Constants
 
- Assembly
 - FoundationaLLM.Common.dll
 
Common HTTP headers used throughout the FoundationaLLM infrastructure.
public static class HttpHeaders
  - Inheritance
 - 
      
      HttpHeaders
 
- Inherited Members
 
Fields
APIKey
API key header used by APIs to authenticate requests.
public const string APIKey = "X-API-KEY"
  Field Value
AgentAccessToken
Agent access token header used by APIs to implement API key authentication for FoundationaLLM agents.
public const string AgentAccessToken = "X-AGENT-ACCESS-TOKEN"
  Field Value
TraceCompletionRequest
Indicates the requirement to trace the completion request for debugging or monitoring purposes.
public const string TraceCompletionRequest = "X-TRACE-COMPLETION-REQUEST"
  Field Value
UserIdentity
User identity header used by APIs to pass user identity information.
public const string UserIdentity = "X-USER-IDENTITY"