1

JavaでRAMLを使用しています。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