cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
http_transport.hpp File Reference

HTTP client transport for MCP streamable HTTP and SSE-compatible endpoints. More...

#include <chrono>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include "cxxmcp/client/client.hpp"

Go to the source code of this file.

Classes

struct  mcp::client::HttpAuthChallenge
 HTTP auth challenge observed by the client transport. More...
 
struct  mcp::client::HttpTransportOptions
 Configuration for the client HTTP transport. More...
 
class  mcp::client::HttpTransport
 Client transport that exchanges MCP JSON-RPC messages over HTTP. More...
 

Detailed Description

HTTP client transport for MCP streamable HTTP and SSE-compatible endpoints.