Files
nomad/website/source
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
..
2019-07-30 13:37:44 -05:00
2019-07-04 10:49:15 -05:00
2015-09-11 17:01:02 -07:00
2018-05-26 15:05:25 -05:00
2017-12-10 21:05:30 +01:00
2017-04-01 20:53:35 -04:00
2015-09-11 17:01:02 -07:00
2015-09-11 17:01:02 -07:00
2017-09-12 17:20:54 -04:00
2015-09-11 17:01:02 -07:00