cgicc-help
[Top][All Lists]
Advanced

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

How To Set HTTP Line Terminator


From: He Leyi
Subject: How To Set HTTP Line Terminator
Date: Fri, 26 Jan 2024 01:03:25 +0000

When I use

cout << cgicc::HTTPHTMLHeader();

the result is:

Content-Type: text/html\n\n

how can I make it 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]