IG HTTP Utils by Illuminated G - Toolkit for LabVIEW Download
HTTP parsing and handling utilities.

Version | 1.1.0.54 |
Released | Oct 16, 2023 |
Publisher | Illuminated G |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Discussion |
Description
Currently only includes functionality intended for use in a HTTP server. Eventually the library will be updated to include Request and Response building that would be useful in a client-side application.
Encapsulates parsing and handling of HTTP Requests and Responses. Can be used with IG Stream based libraries, such as IG TCP Stream, to work directly with communication streams. This package does not serve as a HTTP server by itself but provides much of the underlying data manipulation that can be used to create HTTP servers and clients. For a LV implementation of an HTTP server that provides similar mechanisms to LabVIEW Web Services, see the IG HTTP Server package.
Release Notes
1.1.0.54
- Removed VIMs from library (Header String) replaced with statically typed inlined VIs.