Fork me on GitHub
#untangled
<
2017-05-14
>
fz01:05:06

👋 are there any examples of how to use custom Transit handlers with Untangled? I currently have my server setup with usc/make-untangled-server. It looks like I might have to switch to usc/untangled-system and pass custom options to mid/wrap-transit-response … is that the preferred/only approach?

tony.kay01:05:30

@fz in general the newer server construction is preferred if you need anything special. The old one was becoming too convoluted with options for customization.

tony.kay01:05:34

So use system

fz02:05:35

Gotcha, thanks

fz02:05:24

So use system and pass in {:handers 'blah} to wrap-transit-response is the way to go?