Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebescudie/VL.SimpleHTTP
Simple HTTP nodes for the VL programming language
https://github.com/sebescudie/VL.SimpleHTTP
http vl vvvv
Last synced: 2 months ago
JSON representation
Simple HTTP nodes for the VL programming language
- Host: GitHub
- URL: https://github.com/sebescudie/VL.SimpleHTTP
- Owner: sebescudie
- Created: 2022-02-19T16:40:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T15:16:10.000Z (over 2 years ago)
- Last Synced: 2024-12-07T16:41:50.964Z (2 months ago)
- Topics: http, vl, vvvv
- Homepage:
- Size: 145 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vl - VL.SimpleHTTP - A super-simple set of nodes to perform basic HTTP queries (Libraries / IO)
README
# VL.SimpleHTTP
[![The package on nuget.org](https://img.shields.io/nuget/vpre/VL.SimpleHTTP?style=for-the-badge)](https://www.nuget.org/packages/VL.SimpleHTTP)
A super-simple set of nodes and a bunch of help patches to perform basic HTTP queries in vvvv.
## Installation
In order to use this library with VL, you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/libraries/dependencies.html#manage-nugets) in the VL documentation. As described there you go to the commandline and then type:
```
nuget install VL.SimpleHTTP
```