8 lines
105 B
Go
Raw Normal View History

2024-03-28 11:22:45 +00:00
package web
// Header is used to store HTTP headers.
type Header struct {
Key string
Value string
}