about summary refs log tree commit diff stats
path: root/http.go
Commit message (Expand)AuthorAgeFilesLines
* cache.bap() now returns an error rather than handling the error silentlyBen Morrison2020-05-091-3/+7
* cache.yoink(requestPath) now returns both the rawBen Morrison2020-05-091-6/+3
* eliminated discrete handler for index pageBen Morrison2020-05-091-27/+5
* consolidating functionality to a single handlerBen Morrison2020-05-091-18/+11
* moved endpoint files out of internal moduleBen Morrison2020-05-081-8/+6
* unifying cache checksBen Morrison2020-05-071-1/+1
* index page is cachingBen Morrison2020-05-071-2/+11
* added handler for /Ben Morrison2020-05-071-0/+17
* stubbing out endpointsBen Morrison2020-05-071-4/+34
* one validation function that branches off. be easier to test later.Ben Morrison2020-05-061-12/+16
* stubbing out the HTTP serverBen Morrison2020-05-051-0/+37