1

我正在将 RAML 与 Java 一起使用。基于 RAML 文档,我可以执行以下操作以返回文件以进行 GET 调用

/file-content:
  description: The file to be reproduced by the client
  get:
    description: Get the file content
    responses:
      200:
        body:
          binary/octet-stream:
            example:
              !include heybulldog.mp3

有谁知道如何返回整个文件而不是将文件转换为二进制流?

4

0 回答 0