✨ Improve HTTP client function
This commit is contained in:
@@ -40,17 +40,34 @@ export const
|
||||
UrlEncodedKeyword = 44,
|
||||
TextRule = 45,
|
||||
TextKeyword = 46,
|
||||
ResponseDeclaration = 47,
|
||||
ResponseKeyword = 48,
|
||||
ResponseStatus = 49,
|
||||
StatusCode = 50,
|
||||
ErrorStatus = 51,
|
||||
ResponseTime = 52,
|
||||
TimeValue = 53,
|
||||
ResponseTimestamp = 54,
|
||||
Timestamp = 55,
|
||||
ResponseBlock = 56,
|
||||
JsonObject = 57,
|
||||
JsonMember = 58,
|
||||
JsonValue = 59,
|
||||
JsonArray = 62
|
||||
ParamsRule = 47,
|
||||
ParamsKeyword = 48,
|
||||
XmlRule = 49,
|
||||
XmlKeyword = 50,
|
||||
XmlBlock = 51,
|
||||
XmlKey = 52,
|
||||
HtmlRule = 53,
|
||||
HtmlKeyword = 54,
|
||||
HtmlBlock = 55,
|
||||
HtmlKey = 56,
|
||||
JavaScriptRule = 57,
|
||||
JavaScriptKeyword = 58,
|
||||
JavaScriptBlock = 59,
|
||||
JavaScriptKey = 60,
|
||||
BinaryRule = 61,
|
||||
BinaryKeyword = 62,
|
||||
BinaryBlock = 63,
|
||||
BinaryKey = 64,
|
||||
ResponseDeclaration = 65,
|
||||
ResponseKeyword = 66,
|
||||
ResponseStatus = 67,
|
||||
ErrorStatus = 68,
|
||||
ResponseTime = 69,
|
||||
TimeValue = 70,
|
||||
ResponseTimestamp = 71,
|
||||
Timestamp = 72,
|
||||
ResponseBlock = 73,
|
||||
JsonObject = 74,
|
||||
JsonMember = 75,
|
||||
JsonValue = 76,
|
||||
JsonArray = 79
|
||||
|
||||
Reference in New Issue
Block a user