Added server tests
This commit is contained in:
parent
14feba91f8
commit
a8700ce8f5
10 changed files with 116 additions and 36 deletions
7
Header.go
Normal file
7
Header.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package web
|
||||
|
||||
// Header is used to store HTTP headers.
|
||||
type Header struct {
|
||||
Key string
|
||||
Value string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue