@@ -141,7 +141,7 @@ context cookies from the response. The method will automatically follow redirect
141
141
### option: APIRequestContext.delete.params = %%-js-fetch-option-params-%%
142
142
* since: v1.16
143
143
144
- ### param: APIRequestContext.delete.params = %%-java-csharp- fetch-params-%%
144
+ ### param: APIRequestContext.delete.params = %%-java-fetch-params-%%
145
145
* since: v1.18
146
146
147
147
### option: APIRequestContext.delete.params = %%-python-fetch-option-params-%%
@@ -150,6 +150,9 @@ context cookies from the response. The method will automatically follow redirect
150
150
### option: APIRequestContext.delete.params = %%-csharp-fetch-option-params-%%
151
151
* since: v1.16
152
152
153
+ ### option: APIRequestContext.delete.paramsString = %%-csharp-fetch-option-paramsString-%%
154
+ * since: v1.47
155
+
153
156
### option: APIRequestContext.delete.headers = %%-js-python-csharp-fetch-option-headers-%%
154
157
* since: v1.16
155
158
@@ -303,7 +306,7 @@ Target URL or Request to get all parameters from.
303
306
### option: APIRequestContext.fetch.params = %%-js-fetch-option-params-%%
304
307
* since: v1.16
305
308
306
- ### param: APIRequestContext.fetch.params = %%-java-csharp- fetch-params-%%
309
+ ### param: APIRequestContext.fetch.params = %%-java-fetch-params-%%
307
310
* since: v1.18
308
311
309
312
### option: APIRequestContext.fetch.params = %%-python-fetch-option-params-%%
@@ -312,6 +315,9 @@ Target URL or Request to get all parameters from.
312
315
### option: APIRequestContext.fetch.params = %%-csharp-fetch-option-params-%%
313
316
* since: v1.16
314
317
318
+ ### option: APIRequestContext.fetch.paramsString = %%-csharp-fetch-option-paramsString-%%
319
+ * since: v1.47
320
+
315
321
### option: APIRequestContext.fetch.method
316
322
* since: v1.16
317
323
* langs: js, python, csharp
@@ -418,7 +424,7 @@ await request.GetAsync("https://example.com/api/getText", new() { Params = query
418
424
### option: APIRequestContext.get.params = %%-js-fetch-option-params-%%
419
425
* since: v1.16
420
426
421
- ### param: APIRequestContext.get.params = %%-java-csharp- fetch-params-%%
427
+ ### param: APIRequestContext.get.params = %%-java-fetch-params-%%
422
428
* since: v1.18
423
429
424
430
### option: APIRequestContext.get.params = %%-python-fetch-option-params-%%
@@ -427,6 +433,9 @@ await request.GetAsync("https://example.com/api/getText", new() { Params = query
427
433
### option: APIRequestContext.get.params = %%-csharp-fetch-option-params-%%
428
434
* since: v1.16
429
435
436
+ ### option: APIRequestContext.get.paramsString = %%-csharp-fetch-option-paramsString-%%
437
+ * since: v1.47
438
+
430
439
### option: APIRequestContext.get.headers = %%-js-python-csharp-fetch-option-headers-%%
431
440
* since: v1.16
432
441
@@ -477,7 +486,7 @@ context cookies from the response. The method will automatically follow redirect
477
486
### option: APIRequestContext.head.params = %%-js-fetch-option-params-%%
478
487
* since: v1.16
479
488
480
- ### param: APIRequestContext.head.params = %%-java-csharp- fetch-params-%%
489
+ ### param: APIRequestContext.head.params = %%-java-fetch-params-%%
481
490
* since: v1.18
482
491
483
492
### option: APIRequestContext.head.params = %%-python-fetch-option-params-%%
@@ -486,6 +495,9 @@ context cookies from the response. The method will automatically follow redirect
486
495
### option: APIRequestContext.head.params = %%-csharp-fetch-option-params-%%
487
496
* since: v1.16
488
497
498
+ ### option: APIRequestContext.head.paramsString = %%-csharp-fetch-option-paramsString-%%
499
+ * since: v1.47
500
+
489
501
### option: APIRequestContext.head.headers = %%-js-python-csharp-fetch-option-headers-%%
490
502
* since: v1.16
491
503
@@ -536,7 +548,7 @@ context cookies from the response. The method will automatically follow redirect
536
548
### option: APIRequestContext.patch.params = %%-js-fetch-option-params-%%
537
549
* since: v1.16
538
550
539
- ### param: APIRequestContext.patch.params = %%-java-csharp- fetch-params-%%
551
+ ### param: APIRequestContext.patch.params = %%-java-fetch-params-%%
540
552
* since: v1.18
541
553
542
554
### option: APIRequestContext.patch.params = %%-python-fetch-option-params-%%
@@ -545,6 +557,9 @@ context cookies from the response. The method will automatically follow redirect
545
557
### option: APIRequestContext.patch.params = %%-csharp-fetch-option-params-%%
546
558
* since: v1.16
547
559
560
+ ### option: APIRequestContext.patch.paramsString = %%-csharp-fetch-option-paramsString-%%
561
+ * since: v1.47
562
+
548
563
### option: APIRequestContext.patch.headers = %%-js-python-csharp-fetch-option-headers-%%
549
564
* since: v1.16
550
565
@@ -716,7 +731,7 @@ await request.PostAsync("https://example.com/api/uploadScript", new() { Multipar
716
731
### option: APIRequestContext.post.params = %%-js-fetch-option-params-%%
717
732
* since: v1.16
718
733
719
- ### param: APIRequestContext.post.params = %%-java-csharp- fetch-params-%%
734
+ ### param: APIRequestContext.post.params = %%-java-fetch-params-%%
720
735
* since: v1.18
721
736
722
737
### option: APIRequestContext.post.params = %%-python-fetch-option-params-%%
@@ -725,6 +740,9 @@ await request.PostAsync("https://example.com/api/uploadScript", new() { Multipar
725
740
### option: APIRequestContext.post.params = %%-csharp-fetch-option-params-%%
726
741
* since: v1.16
727
742
743
+ ### option: APIRequestContext.post.paramsString = %%-csharp-fetch-option-paramsString-%%
744
+ * since: v1.47
745
+
728
746
### option: APIRequestContext.post.headers = %%-js-python-csharp-fetch-option-headers-%%
729
747
* since: v1.16
730
748
@@ -775,7 +793,7 @@ context cookies from the response. The method will automatically follow redirect
775
793
### option: APIRequestContext.put.params = %%-js-fetch-option-params-%%
776
794
* since: v1.16
777
795
778
- ### param: APIRequestContext.put.params = %%-java-csharp- fetch-params-%%
796
+ ### param: APIRequestContext.put.params = %%-java-fetch-params-%%
779
797
* since: v1.18
780
798
781
799
### option: APIRequestContext.put.params = %%-python-fetch-option-params-%%
@@ -784,6 +802,9 @@ context cookies from the response. The method will automatically follow redirect
784
802
### option: APIRequestContext.put.params = %%-csharp-fetch-option-params-%%
785
803
* since: v1.16
786
804
805
+ ### option: APIRequestContext.put.paramsString = %%-csharp-fetch-option-paramsString-%%
806
+ * since: v1.47
807
+
787
808
### option: APIRequestContext.put.headers = %%-js-python-csharp-fetch-option-headers-%%
788
809
* since: v1.16
789
810
0 commit comments