clear models
This commit is contained in:
+11
-1
@@ -7,7 +7,17 @@ type Request struct {
|
||||
|
||||
Headers []Header
|
||||
|
||||
Body string
|
||||
Body []byte
|
||||
}
|
||||
|
||||
type Response struct {
|
||||
Protocol string
|
||||
StatusCode string
|
||||
StatusMessage string
|
||||
|
||||
Headers []Header
|
||||
|
||||
Body []byte
|
||||
}
|
||||
|
||||
type Header struct {
|
||||
|
||||
Reference in New Issue
Block a user