简体   繁体   English

RESTful Web服务

[英]RESTful Webservice

as it's already stated in the title, I am looking for an answer concering Restful Webservices. 正如标题中已经提到的那样,我正在寻找有关Restful Webservices的答案。 The problem I have is that multiple sources (xml, images) are supposed to be POSTed in a single request/response simultaniously. 我的问题是应该在单个请求/响应中同时发布多个源(xml,图像)。 Does anyone have a "buzz word" or something related that I could start with? 有没有人有一个“流行语”或我可以从中开始的相关内容? Thanks in advance. 提前致谢。 (via HTTP /-s) (通过HTTP / -s)

The thing you're perhaps looking for is Multipart Messages . 您可能正在寻找的是Multipart Messages

In short, it's a Mime-Type, that let's you create a message composed of multiple messages with potentially different types. 简而言之,它是一种Mime-Type,它使您可以创建由多个可能具有不同类型的消息组成的消息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM