#ifndef __HTTP_TEST_H #define __HTTP_TEST_H #ifdef __cplusplus extern "C" { #endif #include "http_client.h" #include // HTTP GET测试函数 void http_test_request(void); #ifdef __cplusplus } #endif #endif /* __HTTP_TEST_H */