|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
Files | |
| conn_pool.h | |
| Keep-alive HTTP(S) connection pool for async_post. | |
| curl_h2_pool.h | |
| HTTP/2 client backed by libcurl + curl_multi (multiplexing). | |
| endpoint.h | |
| URL → (host, port, path-prefix, tls) decomposition for async_post. | |
| http_client.h | |
| Minimal async HTTP/1.1 POST client on asio coroutines. | |
| http_errors.h | |
| Error taxonomy for async HTTP — retryable vs permanent. | |
| run_sync.h | |
| Block the calling thread until an asio::awaitable completes. | |
| sse_parser.h | |
| Incremental Server-Sent Events parser. | |
| ws_client.h | |
| Minimal async WebSocket (RFC 6455) client on asio coroutines. | |