Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Simple HTTP nodes for the VL programming language

Awesome Lists containing this project

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
```