ngrunwald / ring-middleware-format

Ring middleware for parsing parameters and emitting responses in JSON or other formats
163 stars 49 forks source link

Handle optional :body of request. #9

Closed r0man closed 11 years ago

r0man commented 11 years ago

Hi Nils,

the Ring SPEC says that the :body of a request is optional and can be nil. This patch handles that case. Would you like to merge this into master?

Roman.

ngrunwald commented 11 years ago

Good catch, thanks! Do you need a new release with this on clojars soon?

r0man commented 11 years ago

Would be nice ...

ngrunwald commented 11 years ago

Ok, I'll merge it now and cook a new release today!

ngrunwald commented 11 years ago

done! It's on clojars as 0.2.4