CRLF macro

This commit is contained in:
LuckyLaszlo
2022-08-04 14:45:16 +02:00
parent 0026106bf6
commit a9ada4cb28
3 changed files with 13 additions and 9 deletions

View File

@@ -7,6 +7,10 @@
# include <sstream>
# include <cstdlib> // atoi
# define CR "\r"
# define LF "\n"
# define CRLF CR LF
// enum http_method
// {
// UNKNOWN = 0b00000000,