wouterdoeland
01/19/2018, 4:33 PMdata
post parameter, should I just use it like this:
with(handleRequest(<http://HttpMethod.Post|HttpMethod.Post>, path, {
body = "data=$data"
})) {
// test body
}
cy
01/19/2018, 4:42 PM