summaryrefslogtreecommitdiffhomepage
path: root/tsweb/jsonhandler_test.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-10tsweb: refactor JSONHandler to take status code from error if it is present (...chungdaniel1-9/+48
2020-09-17tsweb: make JSONHandlerFunc implement ReturnHandler, not http.HandlerDavid Crawshaw1-11/+11
2020-08-18tsweb: rewrite JSONHandler without using reflect (#684)halulu1-94/+73
2020-07-14tsweb: jsonhandler: fix content typeZijie Lu1-0/+4
2020-06-09tsweb: JSONHandler: supports HTTPErrorZijie Lu1-0/+13
2020-06-08tsweb: fix JSONHandler nil responseZijie Lu1-0/+21
2020-06-05tsweb: JSONHandler using reflect (#437)halulu1-0/+175