khttp
khttp copied to clipboard
How should I mock HTTP requests?
I'm really liking khttp
. I was wondering how I can write tests for functions that use khttp
?
Or should I really be using a library that hijacks khttp
calls (as mentioned here)?