Lines Matching full:post
165 # POSTs against local http-server-form-post
166 add_test(NAME http-client-multi-post COMMAND lws-minimal-http-client-multi
167 --post -l --port 1${PORT_HCM_SRV} -d1151)
168 add_test(NAME http-client-multi-post-h1 COMMAND lws-minimal-http-client-multi
169 --post --h1 -l --port 1${PORT_HCM_SRV} -d1151)
170 add_test(NAME http-client-multi-post-pipe COMMAND lws-minimal-http-client-multi
171 --post -p -l --port 1${PORT_HCM_SRV} -d1151)
173 …add_test(NAME http-client-multi-post-h1-pipe COMMAND ${VALGRIND} --tool=memcheck $<TARGET_FILE:lws…
174 --post --h1 -p -l --port 1${PORT_HCM_SRV} -d1151)
176 add_test(NAME http-client-multi-post-h1-pipe COMMAND lws-minimal-http-client-multi
177 --post --h1 -p -l --port 1${PORT_HCM_SRV} -d1151)
179 add_test(NAME http-client-multi-post-stag COMMAND lws-minimal-http-client-multi
180 --post -s -l -d1151 --port 1${PORT_HCM_SRV} -d1151)
181 add_test(NAME http-client-multi-post-stag-h1 COMMAND lws-minimal-http-client-multi
182 --post --h1 -d1151 -s -l --port 1${PORT_HCM_SRV} -d1151)
183 add_test(NAME http-client-multi-post-stag-pipe COMMAND lws-minimal-http-client-multi
184 --post -p -s -l --port 1${PORT_HCM_SRV} -d1151)
185 add_test(NAME http-client-multi-post-stag-h1-pipe COMMAND lws-minimal-http-client-multi
186 --post --h1 -p -s -l --port 1${PORT_HCM_SRV} -d1151)
187 set_tests_properties(http-client-multi-post
188 http-client-multi-post-h1
189 http-client-multi-post-pipe
190 http-client-multi-post-h1-pipe
191 http-client-multi-post-stag
192 http-client-multi-post-stag-h1
193 http-client-multi-post-stag-pipe
194 http-client-multi-post-stag-h1-pipe