1 2 3 4 5 6 7
#ifndef HTTP_COMMON_H #define HTTP_COMMON_H #define HTTP_DEFAULT_PORT 80 #define HTTPS_DEFAULT_PORT 443 #endif