【发布时间】:2017-03-07 04:30:26
【问题描述】:
我正在尝试在 c++ 中使用 FastCGI 和 Nginx 来处理基本 HTTP。我在这里找到了 fastcgi 的链接:http://chriswu.me/blog/getting-request-uri-and-content-in-c-plus-plus-fcgi/
但是对于像 GET 和 POST 这样的 HTTP 方法没有明显的区别。此外,我无法弄清楚如何使用 fastcgi 执行 url 重定向。 P
【问题讨论】: