reitit

simongray 2024-11-07T09:37:31.765129Z

Does serving static resources still require Ring? I am attempting to use Reitit with Pedestal + interceptors.

roklenarcic 2024-11-08T13:01:22.203849Z

The jetty adapter or whatever you’re using is the thing that produces a Java class that plugs into Jetty and that class interprets responses as Ring maps. You can remove that and write your own adapter

simongray 2024-11-08T13:33:13.223259Z

Sorry, not following… It doesn’t matter anyhow, I switched back to Pedestal’s router since using reitit came with a bit too many drawbacks. 🤷