Storing one response rather than logging all of them?
Created by: fj
I'd like to store the HTTP response after a client makes a request.
I know I can set OAUTH_DEBUG, but that logs it rather than stores it, and I want to store one specific response rather than logging it for every invocation. Is there a way to do that?