sys_http.h 153 B

12345678910
  1. #ifndef SYS_HTTP_H
  2. #define SYS_HTTP_H
  3. #include <stdint.h>
  4. extern uint8_t load_http_config;
  5. void http_getDemo(void);
  6. void http_postDemo(void);
  7. #endif