@@ -28,7 +28,7 @@ fn main() {
28
28
29
29
let response_body = String::from_utf8_lossy(&data);
30
30
31
- println!("Response body:{}", response_body);
31
+ println!("Response body: {}", response_body);
32
32
println!("Response code: {}", easy.response_code().unwrap());
33
33
}""" ;
34
34
expect (
@@ -57,7 +57,7 @@ fn main() {
57
57
58
58
let response_body = String::from_utf8_lossy(&data);
59
59
60
- println!("Response body:{}", response_body);
60
+ println!("Response body: {}", response_body);
61
61
println!("Response code: {}", easy.response_code().unwrap());
62
62
}""" ;
63
63
expect (
@@ -86,7 +86,7 @@ fn main() {
86
86
87
87
let response_body = String::from_utf8_lossy(&data);
88
88
89
- println!("Response body:{}", response_body);
89
+ println!("Response body: {}", response_body);
90
90
println!("Response code: {}", easy.response_code().unwrap());
91
91
}""" ;
92
92
expect (
@@ -115,7 +115,7 @@ fn main() {
115
115
116
116
let response_body = String::from_utf8_lossy(&data);
117
117
118
- println!("Response body:{}", response_body);
118
+ println!("Response body: {}", response_body);
119
119
println!("Response code: {}", easy.response_code().unwrap());
120
120
}""" ;
121
121
expect (
@@ -149,7 +149,7 @@ fn main() {
149
149
150
150
let response_body = String::from_utf8_lossy(&data);
151
151
152
- println!("Response body:{}", response_body);
152
+ println!("Response body: {}", response_body);
153
153
println!("Response code: {}", easy.response_code().unwrap());
154
154
}""" ;
155
155
expect (
@@ -183,7 +183,7 @@ fn main() {
183
183
184
184
let response_body = String::from_utf8_lossy(&data);
185
185
186
- println!("Response body:{}", response_body);
186
+ println!("Response body: {}", response_body);
187
187
println!("Response code: {}", easy.response_code().unwrap());
188
188
}""" ;
189
189
expect (
@@ -212,7 +212,7 @@ fn main() {
212
212
213
213
let response_body = String::from_utf8_lossy(&data);
214
214
215
- println!("Response body:{}", response_body);
215
+ println!("Response body: {}", response_body);
216
216
println!("Response code: {}", easy.response_code().unwrap());
217
217
}""" ;
218
218
expect (
@@ -246,7 +246,7 @@ fn main() {
246
246
247
247
let response_body = String::from_utf8_lossy(&data);
248
248
249
- println!("Response body:{}", response_body);
249
+ println!("Response body: {}", response_body);
250
250
println!("Response code: {}", easy.response_code().unwrap());
251
251
}""" ;
252
252
expect (
@@ -275,7 +275,7 @@ fn main() {
275
275
276
276
let response_body = String::from_utf8_lossy(&data);
277
277
278
- println!("Response body:{}", response_body);
278
+ println!("Response body: {}", response_body);
279
279
println!("Response code: {}", easy.response_code().unwrap());
280
280
}""" ;
281
281
expect (
@@ -309,7 +309,7 @@ fn main() {
309
309
310
310
let response_body = String::from_utf8_lossy(&data);
311
311
312
- println!("Response body:{}", response_body);
312
+ println!("Response body: {}", response_body);
313
313
println!("Response code: {}", easy.response_code().unwrap());
314
314
}""" ;
315
315
expect (
@@ -343,7 +343,7 @@ fn main() {
343
343
344
344
let response_body = String::from_utf8_lossy(&data);
345
345
346
- println!("Response body:{}", response_body);
346
+ println!("Response body: {}", response_body);
347
347
println!("Response code: {}", easy.response_code().unwrap());
348
348
}""" ;
349
349
expect (
@@ -372,7 +372,7 @@ fn main() {
372
372
373
373
let response_body = String::from_utf8_lossy(&data);
374
374
375
- println!("Response body:{}", response_body);
375
+ println!("Response body: {}", response_body);
376
376
println!("Response code: {}", easy.response_code().unwrap());
377
377
}""" ;
378
378
expect (
@@ -404,7 +404,7 @@ fn main() {
404
404
405
405
let response_body = String::from_utf8_lossy(&data);
406
406
407
- println!("Response body:{}", response_body);
407
+ println!("Response body: {}", response_body);
408
408
println!("Response code: {}", easy.response_code().unwrap());
409
409
}""" ;
410
410
expect (
@@ -433,7 +433,7 @@ fn main() {
433
433
434
434
let response_body = String::from_utf8_lossy(&data);
435
435
436
- println!("Response body:{}", response_body);
436
+ println!("Response body: {}", response_body);
437
437
println!("Response code: {}", easy.response_code().unwrap());
438
438
}""" ;
439
439
expect (
@@ -474,7 +474,7 @@ fn main() {
474
474
475
475
let response_body = String::from_utf8_lossy(&data);
476
476
477
- println!("Response body:{}", response_body);
477
+ println!("Response body: {}", response_body);
478
478
println!("Response code: {}", easy.response_code().unwrap());
479
479
}""" ;
480
480
expect (
@@ -518,7 +518,7 @@ fn main() {
518
518
519
519
let response_body = String::from_utf8_lossy(&data);
520
520
521
- println!("Response body:{}", response_body);
521
+ println!("Response body: {}", response_body);
522
522
println!("Response code: {}", easy.response_code().unwrap());
523
523
}""" ;
524
524
expect (
@@ -558,7 +558,7 @@ fn main() {
558
558
559
559
let response_body = String::from_utf8_lossy(&data);
560
560
561
- println!("Response body:{}", response_body);
561
+ println!("Response body: {}", response_body);
562
562
println!("Response code: {}", easy.response_code().unwrap());
563
563
}""" ;
564
564
expect (
@@ -602,7 +602,7 @@ fn main() {
602
602
603
603
let response_body = String::from_utf8_lossy(&data);
604
604
605
- println!("Response body:{}", response_body);
605
+ println!("Response body: {}", response_body);
606
606
println!("Response code: {}", easy.response_code().unwrap());
607
607
}""" ;
608
608
expect (
@@ -651,7 +651,7 @@ fn main() {
651
651
652
652
let response_body = String::from_utf8_lossy(&data);
653
653
654
- println!("Response body:{}", response_body);
654
+ println!("Response body: {}", response_body);
655
655
println!("Response code: {}", easy.response_code().unwrap());
656
656
}""" ;
657
657
expect (
@@ -691,7 +691,7 @@ fn main() {
691
691
692
692
let response_body = String::from_utf8_lossy(&data);
693
693
694
- println!("Response body:{}", response_body);
694
+ println!("Response body: {}", response_body);
695
695
println!("Response code: {}", easy.response_code().unwrap());
696
696
}""" ;
697
697
expect (
@@ -731,7 +731,7 @@ fn main() {
731
731
732
732
let response_body = String::from_utf8_lossy(&data);
733
733
734
- println!("Response body:{}", response_body);
734
+ println!("Response body: {}", response_body);
735
735
println!("Response code: {}", easy.response_code().unwrap());
736
736
}""" ;
737
737
expect (
@@ -775,7 +775,7 @@ fn main() {
775
775
776
776
let response_body = String::from_utf8_lossy(&data);
777
777
778
- println!("Response body:{}", response_body);
778
+ println!("Response body: {}", response_body);
779
779
println!("Response code: {}", easy.response_code().unwrap());
780
780
}""" ;
781
781
expect (
@@ -821,7 +821,7 @@ fn main() {
821
821
822
822
let response_body = String::from_utf8_lossy(&data);
823
823
824
- println!("Response body:{}", response_body);
824
+ println!("Response body: {}", response_body);
825
825
println!("Response code: {}", easy.response_code().unwrap());
826
826
}""" ;
827
827
expect (
@@ -864,7 +864,7 @@ fn main() {
864
864
865
865
let response_body = String::from_utf8_lossy(&data);
866
866
867
- println!("Response body:{}", response_body);
867
+ println!("Response body: {}", response_body);
868
868
println!("Response code: {}", easy.response_code().unwrap());
869
869
}""" ;
870
870
expect (
@@ -907,7 +907,7 @@ fn main() {
907
907
908
908
let response_body = String::from_utf8_lossy(&data);
909
909
910
- println!("Response body:{}", response_body);
910
+ println!("Response body: {}", response_body);
911
911
println!("Response code: {}", easy.response_code().unwrap());
912
912
}""" ;
913
913
expect (
@@ -939,7 +939,7 @@ fn main() {
939
939
940
940
let response_body = String::from_utf8_lossy(&data);
941
941
942
- println!("Response body:{}", response_body);
942
+ println!("Response body: {}", response_body);
943
943
println!("Response code: {}", easy.response_code().unwrap());
944
944
}""" ;
945
945
expect (
@@ -979,7 +979,7 @@ fn main() {
979
979
980
980
let response_body = String::from_utf8_lossy(&data);
981
981
982
- println!("Response body:{}", response_body);
982
+ println!("Response body: {}", response_body);
983
983
println!("Response code: {}", easy.response_code().unwrap());
984
984
}""" ;
985
985
expect (
0 commit comments