Hey, does Ring have public functions to convert raw HTTP requests (bytes or string) to ring request maps? Same question for response maps
@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.
Awesome, thanks 👍