From 88c12994b47e4ad84c89fd5cdd4225c4bca5f756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E7=A8=8B?= Date: Sun, 11 Jul 2021 23:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E5=91=A8=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02nio/nio02/pom.xml | 28 ++++++- .../gateway/filter/ProxyRequestFilter.java | 30 +++++++ .../okhttp/OkhttpOutboundHandler.java | 80 +++++++++++++++++++ 3 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 02nio/nio02/src/main/java/io/github/kimmking/gateway/filter/ProxyRequestFilter.java diff --git a/02nio/nio02/pom.xml b/02nio/nio02/pom.xml index 005de90a..09898c6f 100644 --- a/02nio/nio02/pom.xml +++ b/02nio/nio02/pom.xml @@ -57,7 +57,33 @@ org.projectlombok lombok - + + + + + org.apache.httpcomponents + httpcore + 4.4.10 + + + + + org.apache.httpcomponents + httpclient + 4.5.6 + + + + com.squareup.okhttp3 + okhttp + 3.3.0 + + + + cn.hutool + hutool-all + 5.7.3 +