How do I show HTTP data conversation to Apache?

There is a parameter in your client's configuration file to enable Neon's debugging output to appear.

Setting the neon-debug-mask variable to 130 will cause the HTTP data to be shown. If you have http-compression enabled, disable it when doing a network trace by changing the http-compression line.
http-compression=0 
neon-debug-mask=130
Related information