Categorygithub.com/raphaelreyna/ez-cgi
repository
0.7.3
Repository: https://github.com/raphaelreyna/ez-cgi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

GitHub go.mod Go version Go Report Card GoDoc

ez-cgi

An HTTP CGI server thats easy to use. The name ez-cgi actually applies to two things, the CLI application and the Go package. This README is about the Go package, click here for the README for the CLI application.

About

The ez-cgi package make it easy to implement a more flexible CGI server in your Go applications. Ez-cgi supports default headers and user defined output handlers to modify the client executables output before serving it over HTTP.