aboutsummaryrefslogtreecommitdiff
path: root/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 14:08:47 +0700
committerShulhan <ms@kilabit.info>2025-12-27 14:08:47 +0700
commit18daecb17ffbf17bafc0074b990fe4fa6ce9f042 (patch)
treee7d4858ca9a7654c9c8b840ce96e87c04b05005f /testdata/apiTargetRunHTTP_withTargetHeaders_test.txt
parent69ffa37447a550697f54dc716880888f9d945713 (diff)
downloadgorankusu-18daecb17ffbf17bafc0074b990fe4fa6ce9f042.tar.xz
go.mod: set minimum Go version to 1.24.0 and update all dependencies
Diffstat (limited to 'testdata/apiTargetRunHTTP_withTargetHeaders_test.txt')
-rw-r--r--testdata/apiTargetRunHTTP_withTargetHeaders_test.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt b/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt
index 8d822f7..55ce1b1 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.60.0
+User-Agent: libhttp/0.60.2
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.60.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.60.2"]},"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.60.0"
+ "libhttp/0.60.2"
]
},
"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.60.0
+User-Agent: libhttp/0.60.2
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.60.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.60.2"]},"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.60.0"
+ "libhttp/0.60.2"
]
},
"Form": {