kissLife opened a new issue #1954:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1954


   1. servicecomb现在支持开发websocket接口吗?
   2. 有个项目从spring迁移到CSE,之前返回的响应格式为multipart格式,如下:
   ```
   --boundary
   Content-Disposition: form-data; name="first result"
   Content-Type: application/json; charset=UTF-8
   { "hello": "first" }
   --boundary
   Content-Disposition: form-data; name="second result"
   Content-Type: application/json; charset=UTF-8
   { "hello": "second" }
   --boundary--
   ```
   我修改了CSE接口定义,produces = MediaType.MULTIPART_FORM_DATA_VALUE,但是返回的时候还是 
application/json,如下:
   
![image](https://user-images.githubusercontent.com/4749407/93161296-dca72600-f744-11ea-8f31-461184027913.png)
   请求CSE现在支持这种multipart响应格式吗?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to