summaryrefslogtreecommitdiffhomepage
path: root/tsweb/jsonhandler.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-10tsweb: refactor JSONHandler to take status code from error if it is present (...chungdaniel1-14/+20
2020-09-17tsweb: when unwrapping HTTPError, record the user-facing message also in the logDavid Crawshaw1-0/+3
2020-09-17tsweb: make JSONHandlerFunc implement ReturnHandler, not http.HandlerDavid Crawshaw1-11/+20
2020-08-18tsweb: rewrite JSONHandler without using reflect (#684)halulu1-107/+46
2020-07-14tsweb: jsonhandler: fix content typeZijie Lu1-1/+1
2020-06-09tsweb: JSONHandler: supports HTTPErrorZijie Lu1-9/+16
2020-06-08tsweb: fix JSONHandler nil responseZijie Lu1-1/+3
2020-06-05tsweb: JSONHandler using reflect (#437)halulu1-0/+125