Hi guys, is there a guide on how to mock an HttpCl...
# ktor
r
Hi guys, is there a guide on how to mock an HttpClient so that it can return proper WebSocket responses? I was only able to find the mocking guide for the server part, but not the client one
e
Hi @Riccardo Montagnin, sorry but there is no
WebSocket
support for
Mock
engine
r
So I cannot test a client that supports WebSockets?
e
Yes. Could you file an issue about it?
r
To add
WebSocket
support for
Mock
engine? sure
e
Yep, it must be simple to do and quite useful.
r