Is there still anyway to get audit logs from DefaultConnectingIOReactor in httpclient5?
Abstract I’m now switching my project denpendency apache-http-component 4 to 5.2 and there are lots of api has changed or removed. And I can’t find any useful migration guide for me (even this one https://hc.apache.org/httpcomponents-client-5.3.x/migration-guide/index.html). My Problem In 4.x DefaultConnectingIOReactor class has a method getAuditLog() that allows get List<ExceptionEvent> as a result to chekcout when […]