summaryrefslogtreecommitdiffhomepage
path: root/tsweb/jsonhandler_test.go
AgeCommit message (Collapse)AuthorFilesLines
2020-07-14tsweb: jsonhandler: fix content typeZijie Lu1-0/+4
Signed-off-by: Zijie Lu <zijie@tailscale.com>
2020-06-09tsweb: JSONHandler: supports HTTPErrorZijie Lu1-0/+13
Signed-off-by: Zijie Lu <zijie@tailscale.com>
2020-06-08tsweb: fix JSONHandler nil responseZijie Lu1-0/+21
Signed-off-by: Zijie Lu <zijie@tailscale.com>
2020-06-05tsweb: JSONHandler using reflect (#437)halulu1-0/+175
Updates #395 #437 Signed-off-by: Zijie Lu <zijie@tailscale.com>