0
official HttpCore examples은 많은 비추천 메소드 (예 : deprecated constructors)를 사용합니다. 최첨단 예가 있습니까 (HttpCore 4.3)?Apache Commons HttpComponents에 대한 예제
official HttpCore examples은 많은 비추천 메소드 (예 : deprecated constructors)를 사용합니다. 최첨단 예가 있습니까 (HttpCore 4.3)?Apache Commons HttpComponents에 대한 예제
좋아, 나는 틀렸다. 공식 웹 사이트에는 examples for 4.3도 있습니다.
그들은 끔찍하게 복잡해 보입니다. HttpClientBuilder.create()를 사용하여 deprecated가 아닌 방식으로 HttpClient를 만들 수있었습니다. build() – aditsu
아, 그리고 그 예제가 httpcore 전용이고, 같은 영역에있는 HttpClient에 대한 예제도 있습니다. – aditsu