#ifndef SYS_HTTP_H #define SYS_HTTP_H #include extern uint8_t load_http_config; void http_getDemo(void); void http_postDemo(void); #endif