Package | Description |
---|---|
com.auxiliary.http |
Modifier and Type | Method and Description |
---|---|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<InterfaceInfo> |
HttpUtil.harFile2InterfaceInfo(File harFile,
ResourceType... resourceTypes)
该方法用于读取Har文件中的接口信息,并将其转换为接口信息类对象的方法
|
Copyright © 2024. All rights reserved.