Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 libfcgi++ 在 FastCGI 上编写 C++ 应用程序。当我执行 POST 或 GET 请求时,是否有一个库可以解析不同的字段?
例如,对于 GET /fastcgi.fcgi?var1=data1&var2=data2 会返回更容易访问 var1 和 var2 的内容吗?
对于多部分 POST 请求也是如此。
看起来fastcgi++可能会成功。
FastCGI 与 CGICC 库一起工作。CGICC 非常适合您的需求。