summaryrefslogtreecommitdiffhomepage
path: root/safeweb/http_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick1-35/+35
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-10-31safeweb: add support for custom CSP (#13975)Andrew Lytvynov1-10/+18
2024-10-31safeweb: add support for "/" and "/foo" handler distinction (#13980)Andrew Lytvynov1-2/+8
2024-10-04safeweb: allow passing http.Server in safeweb.Config (#13688)Patrick O'Doherty1-0/+24
2024-10-03safeweb: add StrictTransportSecurityOptions config (#13679)Patrick O'Doherty1-0/+48
2024-08-15safeweb: add Server.Close method (#13160)Andrew Lytvynov1-0/+8
2024-04-25safeweb: handle mux pattern collisions more generally (#11801)Chris Palmer1-1/+66
2024-03-29safeweb: detect mux handler conflicts (#11562)Andrew Lytvynov1-0/+96
2024-03-28safeweb: add opt-in inline style CSP toggle (#11551)Patrick O'Doherty1-0/+28
2024-03-27safeweb: init (#11467)Patrick O'Doherty1-0/+366