struct
ACP::Protocol::HttpHeader
- ACP::Protocol::HttpHeader
- Struct
- Value
- Object
Overview
HTTP header to set when making requests to an MCP server.
Included Modules
- JSON::Serializable
Defined in:
acp/protocol/capabilities.crConstructors
Instance Method Summary
-
#name : String
The name of the HTTP header.
-
#name=(name : String)
The name of the HTTP header.
-
#value : String
The value to set for the HTTP header.
-
#value=(value : String)
The value to set for the HTTP header.