PriyaranjanMohapatra / rest-client

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

Make the Http Response body searchable #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Issue a GET Http operation that returns a large set of data.
2.
3.

What is the expected output? What do you see instead?
It would be nice to search through the Response body instead of manually
finding the data.

What version of the product are you using? On what operating system?
2.2

Please provide any additional information below.

Original issue reported on code.google.com by daveborodrigues on 22 Oct 2008 at 11:04

GoogleCodeExporter commented 8 years ago
This is a nice to have feature. Let me see how I can implement this.

Original comment by subwiz on 23 Oct 2008 at 3:09

GoogleCodeExporter commented 8 years ago
FYI: The component we use for displaying response body is JSyntaxPane
(http://jsyntaxpane.googlecode.com/). The latest release of this component has
support for this. It is still buggy in places, and I (I am also a committer in 
that
project) will work on it.

Original comment by subwiz on 24 Jan 2009 at 2:51

GoogleCodeExporter commented 8 years ago

Original comment by subwiz on 21 Feb 2009 at 5:15