Files
net/http/header.go
T
2025-10-19 13:05:29 +07:00

7 lines
65 B
Go

package http
type Header struct {
Name string
Value string
}