eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

how to change http status code #36

Closed ZhangzheBJUT closed 6 years ago

ZhangzheBJUT commented 6 years ago

HTTP/1.1 200 OK Server: nginx/1.8.0 Date: Tue, 05 Dec 2017 08:13:47 GMT Content-Type: text/html; charset=UTF-8

i want to set status code 204. how to do it.

ZhangzheBJUT commented 6 years ago

out << "Status: 204 OK" << "\n"; out << "Content-Type: text/html; charset=utf-8" << "\r\n\r\n";