1. 首页
  2. 移动开发
  3. 其他
  4. Scala的HTTP服务接口http4s.zip

Scala的HTTP服务接口http4s.zip

上传者: 2020-08-20 18:55:37上传 ZIP文件 1.84MB 热度 24次
http4s 是一个小型的 Scala 接口,用于处理 HTTP 服务。相当于 Ruby 的 Rack、Python 的 WSGI、Haskell 的 WAI 和 Java 的 Servlet。 示例代码: // Make your model safe and streaming by using a scalaz-stream Process def getData(req: Request): Process[Task, String] = ??? val service: HttpService = { // Wire your data into your service
用户评论