New Feature added and bug fix
- add a ThreadLocal in RequestPreprocessor to expose current proxied method;
- change HttpResponse to an interface rather than class;
- support set a default value for url placeholder;
- default timeout set to 5s rather that 30s;
- upgrade fastjson version;
- add NotResultBean to ignore ResultBeanResponseProcessor;
- fix the ineffectiveness when change url on custom RequestPreprocessor;
Declaration of incompatibility:
- HttpResponse now is an interface, if you has directly operated this class, you should change your code.