Age | Commit message (Collapse) | Author |
|
|
|
|
|
...however unlikely gemini over IPv6 may be (hah!)
|
|
|
|
There is a test of Response.Read that is failing and I haven't yet
figured out why.
|
|
|
|
- NewServer doesn't allocate any resources besides the server object
itself. So eg context.WithCancel is delayed until s.Serve().
- Add a demonstration of graceful shutdown on signals to the cgi
example.
|
|
|
|
|
|
some basics:
- minimal README
- some TODOs
- server and request handler framework
- contribs: file serving, request logging
- server examples
- CI setup
|