pashky/restclient.el

Cannot turn off request logging

davidshen84 opened this issue · 0 comments

After making a request, the request body is appended to the response in the same buffer and wrapped as comments.

This is a problem for text/plain response type because it is impossible to distinguish the response body and the request body.

Either provide a different way to log the request body, e.g. log it in a different buffer, or allow users to stop the logging.