sys_http.h 155 B

1234567891011
  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