Web/header.go

7 lines
64 B
Go
Raw Normal View History

package web
type Header struct {
Key string
Value string
}