summaryrefslogtreecommitdiff
path: root/http/ut
AgeCommit message (Expand)AuthorFilesLines
2022-09-22treewide: reorganize unit testsNan Zhou2-352/+0
2022-09-01Add Method Not Allowed (405) handlerEd Tanous1-0/+32
2022-09-01Allow custom 404 handlersEd Tanous1-4/+40
2022-08-24Allow parsing urls with extra elementsEd Tanous1-0/+6
2022-08-15Move time utils to be in one placeEd Tanous1-57/+0
2022-08-10Support micro and milli resolution on timestampsEd Tanous1-2/+15
2022-08-05Drop boost::posix_timeEd Tanous1-2/+2
2022-07-23test treewide: iwyuNan Zhou2-3/+14
2022-06-28http: router_test: fix namespaceNan Zhou1-10/+15
2022-06-28http: router_test: fix headersNan Zhou1-2/+10
2022-06-28http: utility_test: fix namespaceNan Zhou1-25/+15
2022-06-28http: utility_test: fix headersNan Zhou1-2/+13
2022-06-02Allow boost url and url_view to be added to jsonEd Tanous1-0/+9
2022-05-17Handle HEAD and Allow headers per the specEd Tanous1-0/+37
2022-05-11Revert "Handle HEAD and Allow headers per the spec"Ed Tanous1-37/+0
2022-05-10Handle HEAD and Allow headers per the specEd Tanous1-0/+37
2022-04-19Remove regex uses in event service and consolidateEd Tanous1-12/+21
2022-04-13Add common url segments parserSzymon Dompke1-2/+57
2022-03-10Add back getParameterTag unit testsEd Tanous1-0/+19
2022-02-15Move validateAndSplitUri to common utility headerEd Tanous1-0/+41
2022-02-08Add UrlFromPieces helper functionEd Tanous1-0/+16
2022-01-25Fix Boost exceptions in GetDateTime seriesEd Tanous1-26/+27
2022-01-25Update unit tests for getDateTimeEd Tanous1-7/+40
2021-12-15Change DateOffset from Z to +00:00Nan Zhou1-5/+5
2021-12-11fix the year 2038 problem in getDateTimeNan Zhou1-0/+19
2021-02-03http: utility: Add base64encodeAdriana Kobylak1-0/+40
2020-10-23fix include namesEd Tanous1-1/+1
2020-08-18Improve base64Decode bounds checkingJonathan Doman1-0/+18