h-tadagawa / rest-client

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

ability to load headers from file #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I need to load a plain request, which is headers and body; Currently i have
extract body and load it, then add each header with those buttons and text
fields..

Original issue reported on code.google.com by riighteous on 5 Mar 2008 at 12:49

GoogleCodeExporter commented 8 years ago
Ummm... interesting request. Very useful also. Will implement.

Original comment by subwiz on 5 Mar 2008 at 4:17

GoogleCodeExporter commented 8 years ago
Hooray, thank you for coding this very good application.

Original comment by riighteous on 5 Mar 2008 at 4:57

GoogleCodeExporter commented 8 years ago
If we have this logic, we will also be able to implement Issue: 29 easily:

http://code.google.com/p/rest-client/issues/detail?id=29

Original comment by subwiz on 5 Mar 2008 at 4:58

GoogleCodeExporter commented 8 years ago
Thanks on behalf of the whole team :-)

Original comment by subwiz on 5 Mar 2008 at 5:19

GoogleCodeExporter commented 8 years ago
Revision 172 has a fix for entering multiple header requests. Need to fix the 
UI.

Original comment by subwiz on 14 Mar 2008 at 7:21

GoogleCodeExporter commented 8 years ago
Revision 173 has the complete fix. A development build is available here:

http://wiztools.org/project/RESTClient/restclient-3.0-SNAPSHOT-jar-with-dependen
cies.jar

This doesn't parse the complete request file--but it is easier to load multiple
headers quickly.

Original comment by subwiz on 15 Mar 2008 at 5:13