cgicc-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to set the HTTP line terminator


From: He Leyi
Subject: How to set the HTTP line terminator
Date: Wed, 24 Jan 2024 05:11:49 +0000

When I code 
std::cout<<cgicc::HTTPHTMLHeader();
the result is 
"Content-Type: text/html\n\n"
how can i make it end like
"Content-Type: text/html\r\n\r\n"
my http server is only compatible with "\r\n".

reply via email to

[Prev in Thread] Current Thread [Next in Thread]