import 'dart:io'; /// Adapts `dart:io`'s [HttpServer] to serve Angel. class AngelHttp { }