aboutsummaryrefslogtreecommitdiff
path: root/headers.go
blob: 0efc539868ed83b40d942528f5b81576b6f6fcd7 (about) (plain) (blame)
1
2
3
4
5
6
package furgit

type ExtraHeader struct {
	Key   string
	Value []byte
}