#ifndef SYS_HTTP_H #define SYS_HTTP_H #include <stdint.h> extern uint8_t load_http_config; void http_getDemo(void); void http_postDemo(void); #endif