Fork me on GitHub
#reitit
<
2018-07-16
>
valerauko03:07:10

I have {:responses {200 {:body any?}}}

ikitommi06:07:15

and for the request:`:parameters {:body any?}`.

ikitommi06:07:45

@vale #109 should be fixed now, removed the invalid camelCasing: https://github.com/metosin/reitit/commit/346fbad775487c10b40b7bb39a7e4bea84ce9e05

đź‘Ť 4
đź’Ż 4
ikitommi06:07:06

about the path-parameter url-decoding… tested with the following: • compojure: does • ataraxy: doesn’t • bidi: fails on it • pedestal: doesn’t

dimovich19:07:26

does reitit work with gzip middleware?

ikitommi21:07:48

@dimovich everything ring-compatible should work normally

đź‘Ť 4