Files
nomad/website/source/api
Tim Gross 6c2392ca64 api: add follow param to file stream endpoint (#6049)
The `/v1/client/fs/stream endpoint` supports tailing a file by writing
chunks out as they come in. But not all browsers support streams
(ex IE11) so we need to be able to tail a file without streaming.

The fs stream and logs endpoint use the same implementation for
filesystem streaming under the hood, but the fs stream always passes
the `follow` parameter set to true. This adds the same toggle to the
fs stream endpoint that we have for logs. It defaults to true for
backwards compatibility.
2019-08-01 08:32:43 -04:00
..
2018-11-05 16:41:20 -06:00
2017-08-02 13:54:49 -04:00
2019-05-08 15:14:31 -04:00
2019-05-08 15:14:31 -04:00
2019-05-08 15:14:31 -04:00
2019-05-08 12:54:44 -04:00
2019-05-08 15:14:31 -04:00