index
:
sliderule.git
main
The small web toolkit for Go
Travis Parker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
cgi
/
cgi.go
Age
Commit message (
Collapse
)
Author
2023-11-13
refactor contribs to work with a Protocol interface
tjp
2023-10-10
support an overridden "cmd" for CGIs
tjpcc
2023-09-14
add REMOTE_PORT to CGI env
tjpcc
2023-09-09
log stderr on failed CGIs
tjpcc
2023-09-07
all the gopher CGI handlers to support gophernicus behaviors
v1.3.0
tjpcc
2023-05-02
send request bodies into CGI handlers
tjpcc
2023-05-01
name change in the CGI SERVER_SOFTWARE env var
tjpcc
2023-05-01
name change gus -> sliderule
tjpcc
2023-01-28
gopher support.
tjpcc
Some of the contrib packages were originally built gemini-specific and had to be refactored into generic core functionality and thin protocol-specific wrappers for each of gemini and gopher.
2023-01-24
testing and linting and linter fixes
tjpcc
2023-01-23
logging library up to top level
tjpcc
2023-01-20
"tlsauth" contrib package
tjpcc
This package adds authentication middlewares via TLS client certificates.
2023-01-17
pull request, response, handlers out of the gemini package
tjpcc
2023-01-10
remove some debugging prints, gofmt
tjpcc
2023-01-10
CGI improvements
tjpcc
2023-01-10
Add a CGI contrib
tjpcc