macchiato-framework / macchiato-core

Ring style HTTP server abstraction for Node.js
MIT License
378 stars 35 forks source link

add spec for request/response/middleware #4

Open yogthos opened 7 years ago

ghufransyed commented 7 years ago

At first glance, it looks like the way to start this would be to convert the existing ring specification document into an actual clojure spec? Then maybe run those specs against the existing ring library before validating the macchiato implementation with them?

ghufransyed commented 7 years ago

never mind, just found https://github.com/ring-clojure/ring-spec

yogthos commented 7 years ago

Perfect, and I think the approach you've outlined makes sense. 👍