8 lines
105 B
Go
Raw Normal View History

2024-03-27 21:12:16 +00:00
package web
// header is used to store HTTP headers.
type header struct {
Key string
Value string
}