miversen33 / netman.nvim

Neovim (Lua powered) Network Resource Manager
MIT License
330 stars 1 forks source link

Create a spec for "STREAM" response type #186

Open miversen33 opened 8 months ago

miversen33 commented 8 months ago

Right now "STREAM" data is unregulated. If we can create a sort of spec for how this data should be provided, it will be easier to harness streams for more complicated things in the future (such as reading tabular data, sockets, etc)