Added request headers
This commit is contained in:
parent
78a628abbe
commit
82dd83c701
6 changed files with 131 additions and 65 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