Java 发送http请求


一、httpclient

HttpClient 3 ,由于早已不在维护

        
            commons-httpclient
            commons-httpclient
            3.1
        

HttpClient 4

        
            org.apache.httpcomponents
            httpcore
            4.4.14
        
        
            org.apache.httpcomponents
            httpclient
            4.5.5
        

二、springboot

        
            org.springframework.boot
            spring-boot-starter
        
        
            org.springframework.boot
            spring-boot-starter-web