Added server tests
This commit is contained in:
parent
14feba91f8
commit
a8700ce8f5
10 changed files with 116 additions and 36 deletions
|
@ -24,7 +24,7 @@ type request struct {
|
|||
method string
|
||||
path string
|
||||
query string
|
||||
headers []header
|
||||
headers []Header
|
||||
body []byte
|
||||
params []router.Parameter
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue