Is there any possibility to also show the post data send, when printing
the sent header on standard-out via (setf drakma:*header-stream*
*standard-output*)? Currently only the "normal" headers are shown, without
the post-data part.
Currently, there is no function to enable logging of request bodies. If what you're interested in is seeing how post parameters are encoded, you can trace DRAKMA::ALIST-TO-URL-ENCODED-STRING at this time.