| 45 CX_TEST(test_http_client_post_ctlen); |
45 CX_TEST(test_http_client_post_ctlen); |
| 46 CX_TEST(test_http_client_post_ctlen_large); |
46 CX_TEST(test_http_client_post_ctlen_large); |
| 47 CX_TEST(test_http_client_post_chunked); |
47 CX_TEST(test_http_client_post_chunked); |
| 48 CX_TEST(test_http_client_get_incorrect_ctlen); |
48 CX_TEST(test_http_client_get_incorrect_ctlen); |
| 49 CX_TEST(test_http_client_broken_response); |
49 CX_TEST(test_http_client_broken_response); |
| |
50 CX_TEST(test_http_client_response_io_error); |
| 50 |
51 |
| 51 #ifdef __cplusplus |
52 #ifdef __cplusplus |
| 52 } |
53 } |
| 53 #endif |
54 #endif |
| 54 |
55 |