2024-03-28 12:22:45 +01:00

8 lines
105 B
Go

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