Hi,
I want to have the ability to abort the requests while testing so they don't get to the API server. Is there a way to do so?
Currenlty what I see is that requets are made to the server and 200 returns. I don't want to bother myself to check if the API server responds or not, I just want to make sure that the requets is being made.
Is there an API for this?
Hi,
I want to have the ability to abort the requests while testing so they don't get to the API server. Is there a way to do so?
Currenlty what I see is that requets are made to the server and 200 returns. I don't want to bother myself to check if the API server responds or not, I just want to make sure that the requets is being made.
Is there an API for this?