| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-21 | Replace all links from GitHub to Codeberg | jwijenbergh | |
| 2024-10-28 | Test Server: Set default Handler response code to 200 | jwijenbergh | |
| 2024-05-24 | Fix various liniting errors | Jeroen Wijenbergh | |
| 2024-05-24 | Test Server: Add helpers for response handlers | Jeroen Wijenbergh | |
| 2024-02-19 | All: Document everything to pass revive lint | jwijenbergh | |
| 2024-02-19 | HTTP: Make NewClient accept an underlying http client | jwijenbergh | |
| if the argument is nil, a fresh one is automatically created | |||
| 2024-02-19 | All: Prepare to get rid of go-errors/errors lib | jwijenbergh | |
| 2024-02-19 | Test: Add an AssertError helper | jwijenbergh | |
| 2023-02-16 | Format: Run gofumpt | jwijenbergh | |
| 2023-02-16 | Test: Rename TestServer to Server | jwijenbergh | |
| 2023-02-16 | Server: Validate endpoints | jwijenbergh | |
| 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-16 | Test: Implement util package for starting a TLS server | jwijenbergh | |
