Creates an async HTTP interface based on Rx[HttpResponse] - Scala.js UI often needs Rx response types for rendering DOM - Scala Future is not always the best option for async programming (e.g., monix, Twitter future, Java's Completable Futures, reactive interfaces) - Supporting back-pressure would be possible