HttpClient使用技巧 • 2018年07月26日 1. 规范背景1.1. http client选择 如无特殊情况(比如:单机tps上千),建议选Spring Rest Template做门面,Apache HttpClient 4.x做实现 1.2. rest template ...