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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T15:16:10.000Z (over 2 years ago)
- Last Synced: 2025-03-11T03:33:12.276Z (2 months ago)
- Topics: http, vl, vvvv
- Homepage:
- Size: 145 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VL.SimpleHTTP
[](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
```