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 -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -