diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-08 02:00:25 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-03 20:07:15 +0700 |
| commit | 219cbf1b1fe61a5bcc4cf5dd31d46a8a9ec4faf9 (patch) | |
| tree | 92080a737879e7afc9a7627e4d6a13e6d88f3951 /testdata | |
| parent | 21392200a3620de491a23c83fa08c0063a5a3e08 (diff) | |
| download | gorankusu-219cbf1b1fe61a5bcc4cf5dd31d46a8a9ec4faf9.tar.xz | |
all: update all dependencies
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/apiTargetRunHTTP_withTargetHeaders_test.txt | 12 | ||||
| -rw-r--r-- | testdata/target_http_run_withrawbody_json_test.txt | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt b/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt index 960c761..0b52abb 100644 --- a/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt +++ b/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt @@ -31,7 +31,7 @@ Test data for running HTTP target with global headers. <<< global:RunResponse.DumpRequest GET /example?Param1=value+of+param1 HTTP/1.1 Host: 127.0.0.1:8217 -User-Agent: libhttp/0.58.0 +User-Agent: libhttp/0.59.0 Authorization: global-auth-value Accept-Encoding: gzip @@ -42,7 +42,7 @@ HTTP/1.1 200 OK Content-Length: 275 Content-Type: application/json -{"data":{"Method":"GET","URL":"/example?Param1=value+of+param1","Headers":{"Accept-Encoding":["gzip"],"Authorization":["global-auth-value"],"User-Agent":["libhttp/0.58.0"]},"Form":{"Param1":["value of param1"]},"MultipartForm":null,"Body":""},"message":"/example","code":200} +{"data":{"Method":"GET","URL":"/example?Param1=value+of+param1","Headers":{"Accept-Encoding":["gzip"],"Authorization":["global-auth-value"],"User-Agent":["libhttp/0.59.0"]},"Form":{"Param1":["value of param1"]},"MultipartForm":null,"Body":""},"message":"/example","code":200} <<< global:RunResponse.ResponseBody { @@ -57,7 +57,7 @@ Content-Type: application/json "global-auth-value" ], "User-Agent": [ - "libhttp/0.58.0" + "libhttp/0.59.0" ] }, "Form": { @@ -106,7 +106,7 @@ Content-Type: application/json <<< override:RunResponse.DumpRequest GET /example?Param1=value+of+param1 HTTP/1.1 Host: 127.0.0.1:8217 -User-Agent: libhttp/0.58.0 +User-Agent: libhttp/0.59.0 Authorization: local-auth-value Accept-Encoding: gzip @@ -117,7 +117,7 @@ HTTP/1.1 200 OK Content-Length: 274 Content-Type: application/json -{"data":{"Method":"GET","URL":"/example?Param1=value+of+param1","Headers":{"Accept-Encoding":["gzip"],"Authorization":["local-auth-value"],"User-Agent":["libhttp/0.58.0"]},"Form":{"Param1":["value of param1"]},"MultipartForm":null,"Body":""},"message":"/example","code":200} +{"data":{"Method":"GET","URL":"/example?Param1=value+of+param1","Headers":{"Accept-Encoding":["gzip"],"Authorization":["local-auth-value"],"User-Agent":["libhttp/0.59.0"]},"Form":{"Param1":["value of param1"]},"MultipartForm":null,"Body":""},"message":"/example","code":200} <<< override:RunResponse.ResponseBody { @@ -132,7 +132,7 @@ Content-Type: application/json "local-auth-value" ], "User-Agent": [ - "libhttp/0.58.0" + "libhttp/0.59.0" ] }, "Form": { diff --git a/testdata/target_http_run_withrawbody_json_test.txt b/testdata/target_http_run_withrawbody_json_test.txt index d9eece2..b4605e1 100644 --- a/testdata/target_http_run_withrawbody_json_test.txt +++ b/testdata/target_http_run_withrawbody_json_test.txt @@ -21,7 +21,7 @@ Test data for testing [HTTPTarget.WithRawBody]. <<< valid:RunResponse.DumpRequest POST /example/rawbody/json HTTP/1.1 Host: 127.0.0.1:8217 -User-Agent: libhttp/0.58.0 +User-Agent: libhttp/0.59.0 Content-Length: 27 Content-Type: application/json Accept-Encoding: gzip |
