ENG-5558 : Add support for downloading logs from backup client
Implemented function for log download. The stream/sink from tungstenite is mapped so that the clients only deal with business logic. The reconnection etc. will be handled in the outside code.
Depends on D10532