Fork me on GitHub
#reitit
<
2018-08-02
>
ikitommi13:08:20

merged a PR on making the url-encoding & decoding more correct (works the same way now in JVM & JS), also 10x faster than the ring.util.codec version with the common case with decoding on the JVM.

👍 4
💯 4
ikitommi13:08:30

also the first version of the common middleware-module is done, few open design decision, comments welcome on https://github.com/metosin/reitit/pull/114

ikitommi13:08:59

roadmap: • release 0.2.0 • review & docs for the reitit-frontend • finish the reitit-http module, with sample project with Pedestal • openapi3-support • documented async for the reitit-ring • superb dev-tooling & error messages