Heya! Two quick questions:
1. Is it possible to add a :name
attribute to individual HTTP methods when using the ring-router
? It seems like the HTTP methods multiplex handlers under a single route, so maybe not?
2. Does reitit
support speccing without coercion? E.g. exactly the same as https://github.com/metosin/reitit/blob/master/examples/ring-spec-swagger/src/example/server.clj#L74 example, but without coercing the values -- just spec enforcement.