Dump an entire HTTP request in Flask -


i using flask create json api's , use them software doesn't know http (just plain old network sockets). there way can dump entire http request console? headers, body , all? want able use dump talk on telnet connection, i'm looking whole request. if flask can't kind of logging, other ideas?

the best way i've figure out use wireshark, , "follow tcp stream" feature. give me dump of entire http transaction, @ protocol level.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -