httpmime.jar 包是啥用的以及所依赖的包

馋奶兔 提交于 2019-12-03 03:27:08

httpclient通过POST来上传文件,而不是通过流的形式,并在服务端进行解析(通过httpmime.jar来操作)

这个文件是你将文件上传到服务器上的时候,所需要的文件,另外httpmine对httpclient等包有依赖,所以最好你httpmine与httpclient,httpcore的版本号一致。

Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupIdArtifactIdVersionTypeLicense
org.apache.httpcomponents httpclient4.3.6jar     Apache License, Version 2.0

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!