如何使用 jax-rs 设置分段/表单文件上传请求?
我有以下设置,但我不确定如何测试该服务。我不确定如何设置请求、请求标头、请求正文、表单参数、内容类型...等。我一直用 谷歌休息客户端,但也许这不适合这个用例。
I have the below setup but I'm unsure how to test the service. I'm not sure how to setup the request, the request headers, request body, form params, content type...etc. I've always use
the google rest client, but maybe thats not appropriate for this use case.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Firefox Poster,或者一个真正简单的测试是用 HTML 创建一个表单并提交它。您需要将文件名更改为您在服务中查找的任何名称。
You can use Firefox Poster or a real simple test would be for you to create a form in HTML and submit it. You'll want to change the name of the file to whatever you are looking for in your service.