guardrail sample sbt http4s zio:使用http4s + catz + zio客户端和服务器的示例 源码
护栏样品-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} ' \
文件列表
guardrail-sample-sbt-http4s-zio-master.zip
(预估有个11文件)
guardrail-sample-sbt-http4s-zio-master
project
guardrail.sbt
56B
build.properties
18B
.github
workflows
ci.yml
855B
src
main
scala
暂无评论