Files
net/http/header.go
T
2024-02-03 23:26:09 +07:00

7 lines
65 B
Go

package http
type Header struct {
Name string
Value string
}