summaryrefslogtreecommitdiff
path: root/src/CGIScript.cpp
AgeCommit message (Collapse)Author
2022-09-19Add ClangTidy configuration and apply fixescflip
2022-09-19Add ClangFormat configuration and reformat filescflip
2022-09-19Refactor the CGIScript class a bitcflip
This allows the user of the class to set environment variables before opening the pipe to the script.
2022-09-19Add abstractions to automatically unset environment variablescflip
The PATH_INFO environment variable has also been added.
2022-09-17Make a nice wrapper class for running CGI scriptscflip