Lines Matching full:post
1 project(lws-minimal-http-client-post C)
8 set(SAMP lws-minimal-http-client-post)
9 set(SRCS minimal-http-client-post.c)
84 add_test(NAME http-client-post COMMAND
85 lws-minimal-http-client-post -l --port ${PORT_HCP_SRV})
86 add_test(NAME http-client-post-m COMMAND
87 lws-minimal-http-client-post -l -m --port ${PORT_HCP_SRV})
88 add_test(NAME http-client-post-h1 COMMAND
89 lws-minimal-http-client-post -l --h1 --port ${PORT_HCP_SRV})
90 add_test(NAME http-client-post-m-h1 COMMAND
91 lws-minimal-http-client-post -l -m --h1 --port ${PORT_HCP_SRV})
92 set_tests_properties(http-client-post
93 http-client-post-m
94 http-client-post-h1
95 http-client-post-m-h1
98 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-client/minimal-http-client-post