Hi guys, how can I output http request to console? Is there a convenient way to do it?
c
cy
01/18/2018, 3:50 PM
install(CallLogging)
? or something more specific than simply URI ?
x
xxxifan
01/19/2018, 2:48 PM
Thanks for reply, I tried this one but it's too simple, I want to intercept send/receive text. I tried to intercept pipelines and get headers and received text successfully, but it seems sending text is not such easy to do, finally I just got some symbols from ApplicationSendPipeline
xxxifan
01/19/2018, 2:55 PM
Ah, I figured it out, I use compressed result to decode so I can just get a lot of meaningless symbol!😁