Use textproto.CanonicalMIMEHeaderKey
authorDavid Leadbeater <dgl@dgl.cx>
Thu, 23 Jun 2022 01:09:02 +0000 (11:09 +1000)
committerSuraj Nath <9503187+electron0zero@users.noreply.github.com>
Fri, 30 Sep 2022 10:09:17 +0000 (15:39 +0530)
commit44710719f890a1cfa5877211185ddb632145c3b1
treec56a04188bfff5722d6eadd6610121d1a1516e1d
parent5f6633ad73aa0afb167b0f5c879217f3949f3cfc
Use textproto.CanonicalMIMEHeaderKey

Using the full i18n library isn't needed, this just needs to be ASCII
per MIME style header standards.

Signed-off-by: David Leadbeater <dgl@dgl.cx>
Signed-off-by: SuperQ <superq@gmail.com>
config/config.go
go.mod
prober/handler.go
prober/http.go
prober/http_test.go