Class: MCPClient::HttpTransportBase::NormalizedResponse
- Inherits:
-
Struct
- Object
- Struct
- MCPClient::HttpTransportBase::NormalizedResponse
- Defined in:
- lib/mcp_client/http_transport_base.rb
Overview
Lightweight response wrapper for Faraday exception payloads (Hashes), so the exception path and the default path share one challenge pipeline.
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
14 15 16 |
# File 'lib/mcp_client/http_transport_base.rb', line 14 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
14 15 16 |
# File 'lib/mcp_client/http_transport_base.rb', line 14 def status @status end |