From 4a986afe74141180fe174ae351e19e242702d458 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sun, 30 Dec 2018 17:42:36 +0200 Subject: [PATCH] Link sample apps --- doc/http/transforming_interceptor_chain.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/http/transforming_interceptor_chain.md b/doc/http/transforming_interceptor_chain.md index ca380b72..39cf005d 100644 --- a/doc/http/transforming_interceptor_chain.md +++ b/doc/http/transforming_interceptor_chain.md @@ -77,3 +77,8 @@ Using `reitit.http.interceptors.dev/print-context-diffs` transformation, the con Sample output: ![Http Context Diff](../images/http-context-diff.png) + +Sample applications (uncomment the option to see the diffs): + +* Sieppari: https://github.com/metosin/reitit/blob/master/examples/http-swagger/src/example/server.clj +* Pedestal: https://github.com/metosin/reitit/blob/master/examples/pedestal-swagger/src/example/server.clj