refactor: restructure code

This commit is contained in:
debugtalk
2022-03-30 00:56:04 +08:00
parent 95947987ef
commit b3610e550b
28 changed files with 2482 additions and 2384 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ type tStep struct {
}
func (s *tStep) makeRequestMethod(entry *Entry) error {
s.Request.Method = entry.Request.Method
s.Request.Method = hrp.HTTPMethod(entry.Request.Method)
return nil
}