Anyone know of a way to preserve the order of response headers received using the net/http package?
As it is, the headers are accessible only as a map[string]string
and iterating over them does not preserve order.
Any input would be much appreciated, thanks all!