wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

Auto fill 'method、body、head ......' when select a url from url_combox #64

Closed JackYangzg closed 7 years ago

JackYangzg commented 7 years ago
When  I using the rest-client tools, I found it's not convince when I want to rerun a rest,

I need re fill the method/ header/body etc. hand by hand, even if I did not need to change any field. So, I commit this pull request to make up it. when select a url from url combox, It's will search the historyManager to find the history operation. when found one, It will use it to re fill.

JackYangzg commented 7 years ago

@subwiz please review this PR, thank you.

subwiz commented 7 years ago

Will do this week!