Daniel Michulke
Results
2
issues of
Daniel Michulke
I have a small function that does the following ``` (POST "/testpost" [] (-> (ring.util.response/response "asdasd") (ring.util.response/status 400))) ``` Now when I do ``` curl -v --form a=b localhost:3000/testpost ```...
server
needs investigation
bug?
help welcome
When receiving a file via multipart-params, there is an (optional) key "Content-Transfer-Encoding" with values 7bit (default), 8bit, binary and base64. Depending on these values, the file or byte array (depending...
enhancement