#ifndef SYS_HTTP_H #define SYS_HTTP_H void http_getDemo(void); void http_postDemo(void); #endif