Http

data object Http : ConnectionMethod

Receive sync lines via streamed HTTP response from the sync service.

This mode is less efficient than WebSocket because it doesn't support backpressure properly and uses JSON instead of the more efficient BSON representation for sync lines.

This is currently the default, but this will be changed once WebSocket support is stable.