about summary refs log tree commit diff
path: root/response.go
blob: d7069d789ee20a83847cbb466fffe619b9958dd5 (plain) (blame)
1
2
3
4
5
6
7
package mooh

type Response struct {
	Location string
	Content  string
	Status   int
}