Skip to content

Commit

Permalink
backport src/compojure/api/request.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed May 14, 2024
1 parent f81554e commit 981c316
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/compojure/api/request.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
(ns compojure.api.request)

(def coercion
"Request-scoped coercion"
::coercion)

(def swagger
"Vector of extra swagger data"
::swagger)

(def ring-swagger
"Ring-swagger options"
::ring-swagger)

(def paths
"Paths"
::paths)

(def lookup
"Reverse routing tree"
::lookup)

(def muuntaja
"Muuntaja instance"
::muuntaja)

0 comments on commit 981c316

Please sign in to comment.