Fix regression tests structure : using method instead of protocol

This commit is contained in:
Felipe Zimmerle 2015-11-18 11:14:49 -03:00
parent c035e76ede
commit 3c45a57130
93 changed files with 191 additions and 191 deletions

View File

@ -161,7 +161,7 @@ void perform_unit_test(std::vector<RegressionTest *> *tests,
goto end;
}
modsec_assay->processURI(t->uri.c_str(), t->protocol.c_str(),
modsec_assay->processURI(t->uri.c_str(), t->method.c_str(),
t->httpVersion.c_str());
actions(&r, modsec_assay);

View File

@ -141,8 +141,8 @@ RegressionTest *RegressionTest::from_yajl_node(const yajl_val &node) {
if (strcmp(key2, "uri") == 0) {
u->uri = YAJL_GET_STRING(val2);
}
if (strcmp(key2, "protocol") == 0) {
u->protocol = YAJL_GET_STRING(val2);
if (strcmp(key2, "method") == 0) {
u->method = YAJL_GET_STRING(val2);
}
if (strcmp(key2, "http_version") == 0) {
u->httpVersion = YAJL_GET_NUMBER(val2);

View File

@ -59,7 +59,7 @@ class RegressionTest {
int clientPort;
int serverPort;
std::string protocol;
std::string method;
std::string httpVersion;
std::string uri;

View File

@ -20,7 +20,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -66,7 +66,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -112,7 +112,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -158,7 +158,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -204,7 +204,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -250,7 +250,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -26,7 +26,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -86,7 +86,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},

View File

@ -26,7 +26,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -86,7 +86,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},

View File

@ -27,7 +27,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -88,7 +88,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -150,7 +150,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -212,7 +212,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -273,7 +273,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -334,7 +334,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},

View File

@ -26,7 +26,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -85,7 +85,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -145,7 +145,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},

View File

@ -26,7 +26,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -86,7 +86,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -146,7 +146,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -207,7 +207,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},

View File

@ -26,7 +26,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -86,7 +86,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -146,7 +146,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -207,7 +207,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -60,7 +60,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -102,7 +102,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",
@ -161,7 +161,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -60,7 +60,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -60,7 +60,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -102,7 +102,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -144,7 +144,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -186,7 +186,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -229,7 +229,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -26,7 +26,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -87,7 +87,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -165,7 +165,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -262,7 +262,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -75,7 +75,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -27,7 +27,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1=test&para2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},

View File

@ -17,7 +17,7 @@
"request": {
"headers": "",
"body": "",
"protocol": "GET",
"method": "GET",
"http_version": 1.1
},
"response": {

View File

@ -20,7 +20,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -66,7 +66,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -112,7 +112,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -20,7 +20,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -26,7 +26,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},

View File

@ -27,7 +27,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},

View File

@ -27,7 +27,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -90,7 +90,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},

View File

@ -27,7 +27,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -87,7 +87,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},

View File

@ -27,7 +27,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -87,7 +87,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= WHEE &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -59,7 +59,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -102,7 +102,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -148,7 +148,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -59,7 +59,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value&a=b",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -102,7 +102,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -148,7 +148,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2&a=b\n"
]
@ -194,7 +194,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"a=%EC%A7%84%20%EB%A7%88%EC%9D%BC%20%EB%A6%AC"
]
@ -240,7 +240,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/?z=%EC%A7%84%20%EB%A7%88%EC%9D%BC%20%EB%A6%AC",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -283,7 +283,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/?z=진 마일 리",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -59,7 +59,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -59,7 +59,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -59,7 +59,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -102,7 +102,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -148,7 +148,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -20,7 +20,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -66,7 +66,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -20,7 +20,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -66,7 +66,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -21,7 +21,7 @@
"Authorization": "Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ=="
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -68,7 +68,7 @@
"AuThOrIzAtIoN": "Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ=="
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -21,7 +21,7 @@
"Authorization": "Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ=="
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -20,7 +20,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -66,7 +66,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]
@ -112,7 +112,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -61,7 +61,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -104,7 +104,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -147,7 +147,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -190,7 +190,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -233,7 +233,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -276,7 +276,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -319,7 +319,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -362,7 +362,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -405,7 +405,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -448,7 +448,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -60,7 +60,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -62,7 +62,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -60,7 +60,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?keyI=value&keyII=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -61,7 +61,7 @@
"Accept":"*/*"
},
"uri":"/?keyI=value&keyII=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?keyI=value&keyII=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -61,7 +61,7 @@
"Accept":"*/*"
},
"uri":"/?keyI=value&keyII=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?keyI=value&keyII=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -61,7 +61,7 @@
"Accept":"*/*"
},
"uri":"/?keyI=value&keyII=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type": "application/x-www-form-urlencoded"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body": [
"param1=value1&param2=value2"
]

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",
@ -82,7 +82,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",
@ -82,7 +82,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",
@ -82,7 +82,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",
@ -82,7 +82,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",
@ -143,7 +143,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",
@ -204,7 +204,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",
@ -265,7 +265,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",
@ -326,7 +326,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -62,7 +62,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three",
"protocol":"POST",
"method":"POST",
"body":[
"param1=value1&param2=value2"
]
@ -66,7 +66,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key=value",
"protocol":"POST",
"method":"POST",
"body":[
"param1=value1&param2=value2"
]
@ -112,7 +112,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/%20/three?key=value",
"protocol":"POST",
"method":"POST",
"body":[
"param1=value1&param2=value2"
]

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -63,7 +63,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -63,7 +63,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -63,7 +63,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/login.php?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -19,7 +19,7 @@
"Cookie":"USER_TOKEN=Yes; a=z; t=b"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -61,7 +61,7 @@
"Cookie":"USER_TOKEN=Yes; a=z; t=b"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -103,7 +103,7 @@
"Cookie":"USER_TOKEN=Yes; a=z; t=b"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -19,7 +19,7 @@
"Cookie":"USER_TOKEN=Yes; a=z; t=b"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -61,7 +61,7 @@
"Cookie":"USER_TOKEN=Yes; a=z; t=b"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -103,7 +103,7 @@
"Cookie":"USER_TOKEN=Yes; a=z; t=b"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/login.php?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET",
"method":"GET",
"http_version":1.1
},
"response":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET",
"method":"GET",
"http_version":1.1
},
"response":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET",
"method":"GET",
"http_version":1.1
},
"response":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET",
"method":"GET",
"http_version":1.1
},
"response":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET",
"method":"GET",
"http_version":1.1
},
"response":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET",
"method":"GET",
"http_version":1.1
},
"response":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET",
"method":"GET",
"http_version":1.1
},
"response":{

View File

@ -18,7 +18,7 @@
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET",
"method":"GET",
"http_version":1.1
},
"response":{

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -21,7 +21,7 @@
"Expect":"100-continue"
},
"uri":"/",
"protocol":"POST",
"method":"POST",
"body":[
"--------------------------756b6d74fa1a8ee2",
"Content-Disposition: form-data; name=\"name\"",

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -63,7 +63,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -63,7 +63,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{
@ -61,7 +61,7 @@
"Cookie":"USER_TOKEN=Yes; a=z; t=b"
},
"uri":"/?key=value&key=other_value",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -20,7 +20,7 @@
"Content-Type":"application/x-www-form-urlencoded"
},
"uri":"/one/two/three?key1=value1&key2=v%20a%20l%20u%20e%202",
"protocol":"GET"
"method":"GET"
},
"response":{
"headers":{

View File

@ -26,7 +26,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -85,7 +85,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},
@ -144,7 +144,7 @@
"Cache-Control": "no-cache"
},
"uri": "\/test.pl?param1= test &param2=test2",
"protocol": "GET",
"method": "GET",
"http_version": 1.1,
"body": ""
},

View File

@ -26,7 +26,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},
@ -85,7 +85,7 @@
"Cache-Control":"no-cache"
},
"uri":"\/test.pl?param1= test &param2=test2",
"protocol":"GET",
"method":"GET",
"http_version":1.1,
"body":""
},