sys_http.h 190 B

12345678910111213141516
  1. #ifndef SYS_HTTP_H
  2. #define SYS_HTTP_H
  3. void http_getDemo(void);
  4. void http_postDemo(void);
  5. extern uint8_t load_http_config; //httpÓÐÎÞ»ñÈ¡ÐÂÊý¾ÝµÄÒÀ¾Ý
  6. typedef Http_config
  7. {
  8. }
  9. #endif