net/http/header.go

7 lines
65 B
Go
Raw Normal View History

2024-02-03 16:26:09 +00:00
package http
type Header struct {
Name string
Value string
}