KyooSik Lee
01/18/2021, 4:19 AMprivate fun makeFormData()
fun sendDataToServer() = <http://client.post|client.post>().body(makeFormData())
The function that uses private function sends a http request to another server.
Is there a way to capture this request and assert on body data?