PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

New Feature: a way to view a Request/Response as a textual dialog #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For example:

GET /path/to/resource HTTP/1.1
Host: thehost.net
Accept: */*

404 Not Found
Content-Type: text/plain
The resource could not be found.

This might be best if combined with this enhancement: 
http://code.google.com/p/rest-
client/issues/detail?id=24

Original issue reported on code.google.com by aviflax on 18 Feb 2008 at 8:09

GoogleCodeExporter commented 8 years ago
Again, I second this. A log of the complete HTTP conversation (including 3xx
redirects) would be very useful (and a way of saving them to file too?)

Original comment by omarshar...@gmail.com on 19 Feb 2008 at 9:50

GoogleCodeExporter commented 8 years ago

Original comment by subwiz on 8 Mar 2008 at 12:56

GoogleCodeExporter commented 8 years ago
Tools like TCPMon allow this kind of functionality. Do we need to replicate it?

http://ws.apache.org/commons/tcpmon/
https://tcpmon.dev.java.net/

Original comment by subwiz on 18 Mar 2008 at 3:55

GoogleCodeExporter commented 8 years ago
No, we don't need to. But it'd be convenient.

Original comment by aviflax on 31 Mar 2008 at 3:06

GoogleCodeExporter commented 8 years ago
TCPMon doesn't work when the connection is over SSL, so I think it would be 
extremely useful.

Original comment by jsp...@js-networks.com on 29 Sep 2013 at 2:03

GoogleCodeExporter commented 8 years ago
> TCPMon doesn't work when the connection is over SSL

True. Let me see what can be done.

Original comment by subwiz on 30 Sep 2013 at 4:03

GoogleCodeExporter commented 8 years ago
Issue 167 has been merged into this issue.

Original comment by subwiz on 7 Dec 2013 at 3:41

GoogleCodeExporter commented 8 years ago
Issue 24 has been merged into this issue.

Original comment by subwiz on 7 Dec 2013 at 3:49

GoogleCodeExporter commented 8 years ago
Log appender seems to be the way to go:

http://hc.apache.org/httpcomponents-client-4.2.x/logging.html

Original comment by subwiz on 14 Dec 2013 at 3:23