HttpServer httpServer = await HttpServer.bind("localhost", 45678); File file = File("C:/Users/19519/Desktop/videos/bg2.mp4"); await for(HttpRequest httpRequest in httpServer){ httpRequest.response ..headers.add("Content-Type", "video/mp4") /// 添加响应行,让浏览器识别这个是一个video ..write(String.fromCharCodes(file.readAsBytesSync())) /// String.fromCharCodes 不用的话返回的及时int的list [...] ..close(); }
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步