awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mrtazz avatar

mrtazz/restclient-cpp

0
View on GitHub↗
1,612 星标·381 分支·C++·MIT·1 次浏览code.mrtazz.com/restclient-cpp↗

Restclient Cpp

C++ client for making HTTP/REST requests

Features

  • Networking - Simple REST client wrapper for libcurl.
  • 网络库 - Simple REST client wrapping libcurl.

Star 历史

mrtazz/restclient-cpp 的 Star 历史图表mrtazz/restclient-cpp 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Restclient Cpp 的开源替代方案

相似的开源项目,按与 Restclient Cpp 的功能重合度排序。
  • boostorg/beastboostorg 的头像

    boostorg/beast

    4,801在 GitHub 上查看↗

    Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an asynchronous networking framework designed to compose non-blocking I/O operations and layered stream stacks for managing concurrent network traffic, specifically utilizing the Boost.Asio asynchronous model. The library provides a comprehensive implementation of the HTTP/1.1 and WebSocket protocols. For HTTP, it includes primitives for parsing and serializing messages with support for chunked transfer encoding, incremental body reading, and request pipelining. Its WebSocket implementati

    C++asioasync-programmingboost
    在 GitHub 上查看↗4,801
  • ada-url/adaada-url 的头像

    ada-url/ada

    1,739在 GitHub 上查看↗

    WHATWG-compliant and fast URL parser written in modern C++, part of Internet Archive, Node.js, Clickhouse, Redpanda, Kong, Telegram, Adguard, Datadog and Cloudflare Workers.

    C++cppneonparser
    在 GitHub 上查看↗1,739
  • boostorg/asioboostorg 的头像

    boostorg/asio

    1,587在 GitHub 上查看↗

    Boost.org asio module

    C++
    在 GitHub 上查看↗1,587
  • c-ares/c-aresc-ares 的头像

    c-ares/c-ares

    2,152在 GitHub 上查看↗

    A C library for asynchronous DNS requests

    C
    在 GitHub 上查看↗2,152
查看 Restclient Cpp 的所有 30 个替代方案→

常见问题解答

mrtazz/restclient-cpp 是做什么的?

C++ client for making HTTP/REST requests

mrtazz/restclient-cpp 的主要功能有哪些?

mrtazz/restclient-cpp 的主要功能包括:Networking, 网络库。

mrtazz/restclient-cpp 有哪些开源替代品?

mrtazz/restclient-cpp 的开源替代品包括: c-ares/c-ares — A C library for asynchronous DNS requests. corvusoft/restbed — Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++ applications. boostorg/asio — Boost.org asio module. boostorg/beast — Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an… ada-url/ada — WHATWG-compliant and fast URL parser written in modern C++, part of Internet Archive, Node.js, Clickhouse, Redpanda,… eduardsui/tlse — Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library.