You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may just be my use case, but it would be nice to be able to get a string of my http request that I can dump to file prior to sending, especially once https is turned on. I might be able to piece something together from the http.request:go() function, but thought I'd mention it. I looked briefly at the go function and it seems heavily intertwined with the socket connection (I suspect due to the way an http request is actually sent).
Thanks,
Russ
The text was updated successfully, but these errors were encountered:
It may just be my use case, but it would be nice to be able to get a string of my http request that I can dump to file prior to sending, especially once https is turned on. I might be able to piece something together from the
http.request:go()
function, but thought I'd mention it. I looked briefly at thego
function and it seems heavily intertwined with the socket connection (I suspect due to the way an http request is actually sent).Thanks,
Russ
The text was updated successfully, but these errors were encountered: