package web // header is used to store HTTP headers. type header struct { Key string Value string }