liberator

2016-03-31T10:17:57.000016Z

@ordnungswidrig: I think I've found a small bug in liberator: https://github.com/clojure-liberator/liberator/issues/254 It's easily resolved and I can issue a PR if you'd like.

2016-03-31T10:22:05.000018Z

oh looks like this has been fixed already in 0.14.0 .... https://github.com/clojure-liberator/liberator/blob/master/src/liberator/core.clj#L563

2016-03-31T10:32:57.000021Z

I've closed the issue

2016-03-31T10:33:03.000022Z

sorry for the hassle

ordnungswidrig 2016-03-31T10:47:20.000023Z

No worries, this is a rough edge of liberator.

ordnungswidrig 2016-03-31T10:49:22.000024Z

When you try to combine custom as-response and ring-response to manipulate headers then you'll find yourself in even weirder terrain.

2016-03-31T15:02:28.000025Z

yeah I can imagine - I had some weirdness a while back with ring-response - I can't remember the details - I might've been fighting against the grain of liberator though...