clear models

This commit is contained in:
2025-07-21 02:02:19 +07:00
parent 729015c4ea
commit 985181e942
3 changed files with 13 additions and 13 deletions
+11 -1
View File
@@ -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 {