I use resty mostly in development. When I figure out what my request is, however, I need to get the raw cURL command for use in a script that will run in another environment where resty is not available. Is there way to output the entire cURL command that's being executed under the covers? If not, that would be a helpful feature.
I use resty mostly in development. When I figure out what my request is, however, I need to get the raw cURL command for use in a script that will run in another environment where resty is not available. Is there way to output the entire cURL command that's being executed under the covers? If not, that would be a helpful feature.