Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 CAMEL 发送带有多部分请求的 POST 方法
我有一个带有骆驼设置的应用程序,我需要附加文档并发送和 HTTP POST 请求。
我怎样才能做到这一点,
您总是可以使用 apache httpcompenents 库编写一些 java 代码。见http://hc.apache.org/
使用起来并不难