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

Version | 1.0.1.46 |
Released | Nov 22, 2022 |
Publisher | Illuminated G |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage |
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
- Pull HTTP URL escaping/unescaping functionality into library to remove dependency on LV Web Services lvlib which was causing issues on Linux.
- Removed mime.types file from library to eliminate errors listed on other OSes.