1. 首页
  2. 数据库
  3. 其它
  4. guardrail sample sbt http4s zio:使用http4s + catz + zio客户端和服务器的示例 源码

guardrail sample sbt http4s zio:使用http4s + catz + zio客户端和服务器的示例 源码

上传者: 2021-04-27 10:26:27上传 ZIP文件 11.09KB 热度 11次
护栏样品-http4s-zio 一个简单的项目,显示guardrail + http4s + zio服务的外观。 一些样品卷曲: getInventory curl localhost:8080/api/v3/store/inventory | jq . getOrderById curl localhost:8080/api/v3/store/order/123 | jq . curl localhost:8080/api/v3/store/order/124 # 404 下订单 curl localhost:8080/api/v3/store/order \ -H ' Content-Type: application/json ' \ --data ' {"id": 124, "petId": 44, "quantity": 10} ' \
用户评论