mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 07:21:23 +08:00
refactor: move httpstat from hrp internal to pkg
This commit is contained in:
@@ -21,8 +21,8 @@ import (
|
||||
"github.com/rs/zerolog/log"
|
||||
|
||||
"github.com/httprunner/httprunner/v4/hrp/internal/builtin"
|
||||
"github.com/httprunner/httprunner/v4/hrp/internal/httpstat"
|
||||
"github.com/httprunner/httprunner/v4/hrp/internal/json"
|
||||
"github.com/httprunner/httprunner/v4/hrp/pkg/httpstat"
|
||||
)
|
||||
|
||||
type HTTPMethod string
|
||||
|
||||
Reference in New Issue
Block a user