src/server/test/httpparser.h

changeset 677
3b8d3b37a4d5
parent 662
70fdf948b642
child 678
9908159eff0e
equal deleted inserted replaced
676:d43f1dd8b18e 677:3b8d3b37a4d5
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 CX_TEST(test_parse_request_line); 38 CX_TEST(test_parse_request_line);
39 CX_TEST(test_parse_response_line); 39 CX_TEST(test_parse_response_line);
40 CX_TEST(test_http_parser_process_full);
40 41
41 42
42 #ifdef __cplusplus 43 #ifdef __cplusplus
43 } 44 }
44 #endif 45 #endif

mercurial