|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Minimal single-threaded HTTP/1.1 server implementation. More...
Go to the source code of this file.
Namespaces | |
| namespace | ascii_query |
Macros | |
| #define | INVALID_SOCKET_VAL (-1) |
| #define | SOCKET_ERROR_VAL (-1) |
| #define | close_socket close |
Typedefs | |
| using | socket_t = int |
Minimal single-threaded HTTP/1.1 server implementation.
Definition in file http_server.cpp.
| #define close_socket close |
Definition at line 32 of file http_server.cpp.
| #define INVALID_SOCKET_VAL (-1) |
Definition at line 30 of file http_server.cpp.
| #define SOCKET_ERROR_VAL (-1) |
Definition at line 31 of file http_server.cpp.
| using socket_t = int |
Definition at line 29 of file http_server.cpp.