summaryrefslogtreecommitdiffhomepage
path: root/tsweb/tsweb_test.go
AgeCommit message (Expand)AuthorFilesLines
2020-10-30tsweb: add StdHandlerOpts that accepts an options structJosh Bleecher Snyder1-1/+1
2020-09-17tsweb: when unwrapping HTTPError, record the user-facing message also in the logDavid Crawshaw1-2/+3
2020-04-28tstest: rename from testy.David Anderson1-2/+2
2020-04-05tsweb: add some BenchmarksBrad Fitzpatrick1-0/+32
2020-04-05tsweb: rename Handler to ReturnHandlerBrad Fitzpatrick1-15/+21
2020-04-05tsweb: fix tests.David Anderson1-1/+1
2020-04-04tsweb: don't flush, treat no-op Handler as 200, like GoBrad Fitzpatrick1-11/+6
2020-04-03tsweb: add a test case for nil child errors in tsweb.Error.David Anderson1-0/+16
2020-03-19tsweb: use a ResponseWriter wrapper to log more accurately.David Anderson1-0/+254