REST/HTTP 工具包 Spray

码农软件 · 软件分类 · REST/RESTful项目 · 2019-03-11 11:42:55

软件介绍

Spray 是一个开源的 REST/HTTP 工具包和底层网络 IO 包,基于 ScalaAkka 构建。轻量级、异步、非堵塞、基于 actor 模式、模块化和可测试是 spray 的特点。

示例代码:

val responses: Future[Seq[HttpResponse]] =
      HttpDialog(host = "img.example.com", port = 8888)
      .send(HttpRequest(GET, "a.gif"))
      .send(HttpRequest(GET, "b.gif"))
      .send(HttpRequest(GET, "c.gif"))
      .end

本文地址:https://codercto.com/soft/d/1104.html

Using Google App Engine

Using Google App Engine

Charles Severance / O'Reilly Media / 2009-5-23 / USD 29.99

With this book, you can build exciting, scalable web applications quickly and confidently, using Google App Engine - even if you have little or no experience in programming or web development. App Eng......一起来看看 《Using Google App Engine》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具