sys_http.h 181 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. int get_http_config(void);
  8. #endif