@nha open some issues for those things you've identified so they don't get missed, would be good to fix them up
Got a surprise 501 exception today because a crawler tried to use the PROPFIND method against my server
(yada/response-for (yada/resource {:id :test/propfind
:methods {:get {:produces "text/plain"
:response (fn [ctx]
"OK")}}})
:propfind)
501 is the correct status code (I think?) but I wasn't filtering this out in my exception tracker
TIL
Thanks for sharing - never heard of PROFIND