如何形成http POST请求来处理xml数据文件
我的要求是接受可以在 HTTPS POST 请求中压缩的 xml 数据文件,并且请求可以分块。 请求正文的类型为 application/.xml。
我使用 Postman 发出请求,使用 java spring 编写控制器和其余 api 代码。 我的问题是我的请求将是什么样子,要么是输入中带有 xml 文件的表单数据,要么是在邮递员中选择了 xml 的原始正文。
我发现很难为其卷曲。
My requirement is to accept xml data file that may be gziped in HTTPS POST request and request may be chunked.
Request body WILL have the type of application/.xml.
I am using Postman to make request and java spring to write the controller and rest of the api code.
My questions is how will my request will look like, either it will be form data with xml file in input or raw body with xml selected in postman.
I am finding it hard to make a curl for it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论