Fork me on GitHub
#ring
<
2022-04-07
>
Kevin12:04:43

Hey, does Ring have public functions to convert raw HTTP requests (bytes or string) to ring request maps? Same question for response maps

seancorfield18:04:13

@kevin.van.rooijen Take a look at https://github.com/ring-clojure/ring/blob/master/ring-servlet/src/ring/util/servlet.clj -- I think that's where the request -> hash map -> response stuff is.

Kevin18:04:24

Awesome, thanks 👍