
7 Jan
2013
7 Jan
'13
6:48 a.m.
On Sun, Jan 6, 2013 at 10:42 PM, Simon Koch <simkoc@postfach.it> wrote:
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. -Hans