# README
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.