mirror of https://notabug.org/acetone/ircabot.git
text/plaint mime type
parent
af19210cad
commit
1b4d723204
|
@ -31,6 +31,10 @@ private:
|
|||
HTTP/1.1 200 OK\r\n\
|
||||
Content-Type: text/html; charset=utf-8\r\n\r\n";
|
||||
|
||||
const QString HEADER_TEXT = "\
|
||||
HTTP/1.1 200 OK\r\n\
|
||||
Content-Type: text/plain; charset=utf-8\r\n\r\n";
|
||||
|
||||
const QString HEADER_CSS = "\
|
||||
HTTP/1.1 200 OK\r\n\
|
||||
Content-Type: text/css; charset=utf-8\r\n\r\n";
|
||||
|
|
Loading…
Reference in New Issue