summary refs log tree commit diff stats
path: root/query.go
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: errors logged as strings (prev. bytes)Ben Morrison2019-05-311-1/+1
|
* parseQueryOut() no longer adds newline to last element, test updated to ↵Ben Morrison2019-05-271-2/+2
| | | | account for this
* merging user keyword/url queriesBen Morrison2019-05-271-1/+5
|
* simplified indexHandler to reference staticCacheBen Morrison2019-05-261-0/+4
| | | | sending ETag with all GET responses: sha256 of raw bytes
* tweaked error handlingBen Morrison2019-05-221-4/+1
|
* tuning query handlingBen Morrison2019-05-221-5/+28
|
* tuning query handlingBen Morrison2019-05-221-5/+9
|
* streamlined error handling and misc minor fixesBen Morrison2019-05-201-18/+25
|
* endpoint query function addedBen Morrison2019-05-201-0/+83