Web/header.go
2024-09-05 22:02:43 -05:00

7 lines
64 B
Go

package web
type Header struct {
Key string
Value string
}