fnproject / fdk-java

Java API and runtime for fn.
Apache License 2.0
142 stars 53 forks source link

Remove HTTPMime dependency and just depend on AHC #221

Closed zootalures closed 4 years ago

zootalures commented 4 years ago

the FDK previously depended on httpmime rather than httpclient for historical reasons, this is not necessary and it can just depend on httpclient now.