summaryrefslogtreecommitdiff
path: root/internal/test
AgeCommit message (Collapse)Author
2024-05-24Fix various liniting errorsJeroen Wijenbergh
2024-05-24Test Server: Add helpers for response handlersJeroen Wijenbergh
2024-02-19All: Document everything to pass revive lintjwijenbergh
2024-02-19HTTP: Make NewClient accept an underlying http clientjwijenbergh
if the argument is nil, a fresh one is automatically created
2024-02-19All: Prepare to get rid of go-errors/errors libjwijenbergh
2024-02-19Test: Add an AssertError helperjwijenbergh
2023-02-16Format: Run gofumptjwijenbergh
2023-02-16Test: Rename TestServer to Serverjwijenbergh
2023-02-16Server: Validate endpointsjwijenbergh
This commit validates the server endpoints by checking the Host and scheme of each URL to check if they match eachother. This is to prevent further mixup attacks
2023-02-16Test: Implement util package for starting a TLS serverjwijenbergh