v0.0.2
Changelog
8a08639 Introduced config, introduced endpoints, a route and a bunch of other stuff.
486e50b Decided to ditch the global logger. The server is part of TySug and I dont feel the need to openig this up with a generic interface
3b5f5d0 Ups, left this in after testing cancellation
1cf683b Adding a request logger. Perhaps overkill, but it`ll work for now.
675ac63 Style fixes
cec1a9a Adding validators, restructured some code
70dc1ee Aligning pre-post hook with circle
67a5de0 Optimisation for inputs that are considered too short to be a typo
ae65ea8 Making exact matches explicit
a1608f4 Testing the tolerance
8ba1784 doc update
7edbd8e No reason to cast it each request
178b1ca Adding a few more tests
8c5444a Should return 40xs here
72b9500 Changing to a logger with context
71d79bb Adding a gzip handler
d8e56e8 Removing some defers from the hot-code path
44bbedc checking if a handler got defined.