don't buffer the complete request anymore only convert the headers via http.Request, read the body from the original connection via io.MultiReader.
cleanup, add tests, add license, better example
cleanup, use net/http/cgi
fix reading body, refactor
initial commit