recurly 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of recurly might be problematic. Click here for more details.

@@ -0,0 +1,540 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :post
5
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts.xml
6
+ body: |
7
+ <?xml version="1.0" encoding="UTF-8"?>
8
+ <account>
9
+ <account-code>transaction-lookup-1289558212</account-code>
10
+ <first-name>Verena</first-name>
11
+ <last-name>Test</last-name>
12
+ <email>verena@test.com</email>
13
+ <company-name>Recurly Ruby Gem</company-name>
14
+ </account>
15
+
16
+ headers:
17
+ authorization:
18
+ - Basic cmFpbHNqZWRpQHNvZ2V0dGhpcy5jb206N1BDQjJtWkM=
19
+ content-type:
20
+ - application/xml
21
+ accept:
22
+ - "*/*"
23
+ user-agent:
24
+ - Ruby
25
+ connection:
26
+ - close
27
+ response: !ruby/struct:VCR::Response
28
+ status: !ruby/struct:VCR::ResponseStatus
29
+ code: 201
30
+ message: Created
31
+ headers:
32
+ server:
33
+ - nginx/0.7.65
34
+ date:
35
+ - Fri, 12 Nov 2010 10:36:55 GMT
36
+ content-type:
37
+ - application/xml; charset=utf-8
38
+ connection:
39
+ - close
40
+ cache-control:
41
+ - no-cache
42
+ location:
43
+ - https://recurlytest3-test.recurly.com/accounts/transaction-lookup-1289558212
44
+ x-runtime:
45
+ - "254"
46
+ content-length:
47
+ - "591"
48
+ set-cookie:
49
+ - account_credentials=ef4cfca02cf1f0d83ede8bc0c5f1b8a196607d29189789dbda879d99c405d356e5836b04f77a5c5e84233febc27b1408d3a9cc99c91ce2bc352a8854dfc9f547%3A%3A; domain=.recurly.com; path=/
50
+ - ""
51
+ - _recurly_session=f1a101e1d1c6077b3edcfa5409835972; domain=.recurly.com; path=/; secure; HttpOnly
52
+ body: |
53
+ <?xml version="1.0" encoding="UTF-8"?>
54
+ <account>
55
+ <id>transaction-lookup-1289558212</id>
56
+ <account_code>transaction-lookup-1289558212</account_code>
57
+ <username></username>
58
+ <email>verena@test.com</email>
59
+ <first_name>Verena</first_name>
60
+ <last_name>Test</last_name>
61
+ <company_name>Recurly Ruby Gem</company_name>
62
+ <balance_in_cents type="integer">0</balance_in_cents>
63
+ <closed type="boolean">false</closed>
64
+ <hosted_login_token>96adc9c7e5f342bfb8162e6887f29ef4</hosted_login_token>
65
+ <created_at type="datetime">2010-11-12T10:36:55Z</created_at>
66
+ <state>active</state>
67
+ </account>
68
+
69
+ http_version: "1.1"
70
+ - !ruby/struct:VCR::HTTPInteraction
71
+ request: !ruby/struct:VCR::Request
72
+ method: :put
73
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/transaction-lookup-1289558212/billing_info.xml
74
+ body: |
75
+ <?xml version="1.0" encoding="UTF-8"?>
76
+ <billing-info>
77
+ <address1>123 Test St</address1>
78
+ <city>San Francisco</city>
79
+ <state>CA</state>
80
+ <zip>94115</zip>
81
+ <country>US</country>
82
+ <credit-card>
83
+ <number>1</number>
84
+ <year type="integer">2011</year>
85
+ <month type="integer">11</month>
86
+ <verification-value>123</verification-value>
87
+ </credit-card>
88
+ <account-code>transaction-lookup-1289558212</account-code>
89
+ <first-name>Verena</first-name>
90
+ <last-name>Test</last-name>
91
+ </billing-info>
92
+
93
+ headers:
94
+ authorization:
95
+ - Basic cmFpbHNqZWRpQHNvZ2V0dGhpcy5jb206N1BDQjJtWkM=
96
+ content-type:
97
+ - application/xml
98
+ accept:
99
+ - "*/*"
100
+ user-agent:
101
+ - Ruby
102
+ connection:
103
+ - close
104
+ response: !ruby/struct:VCR::Response
105
+ status: !ruby/struct:VCR::ResponseStatus
106
+ code: 200
107
+ message: OK
108
+ headers:
109
+ server:
110
+ - nginx/0.7.65
111
+ date:
112
+ - Fri, 12 Nov 2010 10:36:58 GMT
113
+ content-type:
114
+ - application/xml; charset=utf-8
115
+ connection:
116
+ - close
117
+ x-runtime:
118
+ - "50"
119
+ etag:
120
+ - "\"e2dbcadabef5a147a24377725470ee39\""
121
+ cache-control:
122
+ - private, max-age=0, must-revalidate
123
+ content-length:
124
+ - "643"
125
+ set-cookie:
126
+ - _recurly_session=c3236826b7b2d27e9511e47d2be7a73b; domain=.recurly.com; path=/; secure; HttpOnly
127
+ x-ua-compatible:
128
+ - IE=Edge
129
+ body: |
130
+ <?xml version="1.0" encoding="UTF-8"?>
131
+ <billing_info>
132
+ <account_code>transaction-lookup-1289558212</account_code>
133
+ <first_name>Verena</first_name>
134
+ <last_name>Test</last_name>
135
+ <address1>123 Test St</address1>
136
+ <address2></address2>
137
+ <city>San Francisco</city>
138
+ <state>CA</state>
139
+ <country>US</country>
140
+ <zip>94115</zip>
141
+ <phone></phone>
142
+ <vat_number></vat_number>
143
+ <ip_address></ip_address>
144
+ <credit_card>
145
+ <type>bogus</type>
146
+ <last_four>1</last_four>
147
+ <month type="integer">11</month>
148
+ <year type="integer">2011</year>
149
+ </credit_card>
150
+ <updated_at type="datetime">2010-11-12T10:36:58Z</updated_at>
151
+ </billing_info>
152
+
153
+ http_version: "1.1"
154
+ - !ruby/struct:VCR::HTTPInteraction
155
+ request: !ruby/struct:VCR::Request
156
+ method: :post
157
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/transactions.xml
158
+ body: |
159
+ <?xml version="1.0" encoding="UTF-8"?>
160
+ <transaction>
161
+ <account>
162
+ <account-code>transaction-lookup-1289558212</account-code>
163
+ </account>
164
+ <amount-in-cents type="integer">100</amount-in-cents>
165
+ <description>one</description>
166
+ </transaction>
167
+
168
+ headers:
169
+ authorization:
170
+ - Basic cmFpbHNqZWRpQHNvZ2V0dGhpcy5jb206N1BDQjJtWkM=
171
+ content-type:
172
+ - application/xml
173
+ accept:
174
+ - "*/*"
175
+ user-agent:
176
+ - Ruby
177
+ connection:
178
+ - close
179
+ response: !ruby/struct:VCR::Response
180
+ status: !ruby/struct:VCR::ResponseStatus
181
+ code: 201
182
+ message: Created
183
+ headers:
184
+ server:
185
+ - nginx/0.7.65
186
+ date:
187
+ - Fri, 12 Nov 2010 10:36:56 GMT
188
+ content-type:
189
+ - application/xml; charset=utf-8
190
+ connection:
191
+ - close
192
+ cache-control:
193
+ - no-cache
194
+ location:
195
+ - https://recurlytest3-test.recurly.com/transactions/b4ad8f20c07a4ab99a2d4eed5b713d9f
196
+ x-runtime:
197
+ - "166"
198
+ content-length:
199
+ - "850"
200
+ set-cookie:
201
+ - _recurly_session=1a3dba93235a676654a8bb5354d35f83; domain=.recurly.com; path=/; secure; HttpOnly
202
+ body: |
203
+ <?xml version="1.0" encoding="UTF-8"?>
204
+ <transaction type="Payment">
205
+ <id>b4ad8f20c07a4ab99a2d4eed5b713d9f</id>
206
+ <account_code>transaction-lookup-1289558212</account_code>
207
+ <action>purchase</action>
208
+ <date type="datetime">2010-11-12T10:36:56Z</date>
209
+ <amount_in_cents type="integer">100</amount_in_cents>
210
+ <status>success</status>
211
+ <message>Test Gateway: Successful test transaction</message>
212
+ <reference></reference>
213
+ <cvv_result code="M">Match</cvv_result>
214
+ <avs_result code="D">Street address and postal code match.</avs_result>
215
+ <avs_result_street></avs_result_street>
216
+ <avs_result_postal></avs_result_postal>
217
+ <test type="boolean">true</test>
218
+ <voidable type="boolean">true</voidable>
219
+ <refundable type="boolean">true</refundable>
220
+ <credit_card>
221
+ <type>bogus</type>
222
+ <last_four>1</last_four>
223
+ </credit_card>
224
+ </transaction>
225
+
226
+ http_version: "1.1"
227
+ - !ruby/struct:VCR::HTTPInteraction
228
+ request: !ruby/struct:VCR::Request
229
+ method: :post
230
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/transactions.xml
231
+ body: |
232
+ <?xml version="1.0" encoding="UTF-8"?>
233
+ <transaction>
234
+ <account>
235
+ <account-code>transaction-lookup-1289558212</account-code>
236
+ </account>
237
+ <amount-in-cents type="integer">200</amount-in-cents>
238
+ <description>two</description>
239
+ </transaction>
240
+
241
+ headers:
242
+ authorization:
243
+ - Basic cmFpbHNqZWRpQHNvZ2V0dGhpcy5jb206N1BDQjJtWkM=
244
+ content-type:
245
+ - application/xml
246
+ accept:
247
+ - "*/*"
248
+ user-agent:
249
+ - Ruby
250
+ connection:
251
+ - close
252
+ response: !ruby/struct:VCR::Response
253
+ status: !ruby/struct:VCR::ResponseStatus
254
+ code: 201
255
+ message: Created
256
+ headers:
257
+ server:
258
+ - nginx/0.7.65
259
+ date:
260
+ - Fri, 12 Nov 2010 10:36:59 GMT
261
+ content-type:
262
+ - application/xml; charset=utf-8
263
+ connection:
264
+ - close
265
+ cache-control:
266
+ - no-cache
267
+ location:
268
+ - https://recurlytest3-test.recurly.com/transactions/ee4872c17e4d463b81891e0619449be6
269
+ x-runtime:
270
+ - "345"
271
+ content-length:
272
+ - "850"
273
+ set-cookie:
274
+ - _recurly_session=3d9b3e6cf06521a0aa1b5699bff7178e; domain=.recurly.com; path=/; secure; HttpOnly
275
+ body: |
276
+ <?xml version="1.0" encoding="UTF-8"?>
277
+ <transaction type="Payment">
278
+ <id>ee4872c17e4d463b81891e0619449be6</id>
279
+ <account_code>transaction-lookup-1289558212</account_code>
280
+ <action>purchase</action>
281
+ <date type="datetime">2010-11-12T10:36:59Z</date>
282
+ <amount_in_cents type="integer">200</amount_in_cents>
283
+ <status>success</status>
284
+ <message>Test Gateway: Successful test transaction</message>
285
+ <reference></reference>
286
+ <cvv_result code="M">Match</cvv_result>
287
+ <avs_result code="D">Street address and postal code match.</avs_result>
288
+ <avs_result_street></avs_result_street>
289
+ <avs_result_postal></avs_result_postal>
290
+ <test type="boolean">true</test>
291
+ <voidable type="boolean">true</voidable>
292
+ <refundable type="boolean">true</refundable>
293
+ <credit_card>
294
+ <type>bogus</type>
295
+ <last_four>1</last_four>
296
+ </credit_card>
297
+ </transaction>
298
+
299
+ http_version: "1.1"
300
+ - !ruby/struct:VCR::HTTPInteraction
301
+ request: !ruby/struct:VCR::Request
302
+ method: :post
303
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/transactions.xml
304
+ body: |
305
+ <?xml version="1.0" encoding="UTF-8"?>
306
+ <transaction>
307
+ <account>
308
+ <account-code>transaction-lookup-1289558212</account-code>
309
+ </account>
310
+ <amount-in-cents type="integer">300</amount-in-cents>
311
+ <description>three</description>
312
+ </transaction>
313
+
314
+ headers:
315
+ authorization:
316
+ - Basic cmFpbHNqZWRpQHNvZ2V0dGhpcy5jb206N1BDQjJtWkM=
317
+ content-type:
318
+ - application/xml
319
+ accept:
320
+ - "*/*"
321
+ user-agent:
322
+ - Ruby
323
+ connection:
324
+ - close
325
+ response: !ruby/struct:VCR::Response
326
+ status: !ruby/struct:VCR::ResponseStatus
327
+ code: 201
328
+ message: Created
329
+ headers:
330
+ server:
331
+ - nginx/0.7.65
332
+ date:
333
+ - Fri, 12 Nov 2010 10:36:57 GMT
334
+ content-type:
335
+ - application/xml; charset=utf-8
336
+ connection:
337
+ - close
338
+ cache-control:
339
+ - no-cache
340
+ location:
341
+ - https://recurlytest3-test.recurly.com/transactions/f3a826520f814953b3c9a64e8cf4eed4
342
+ x-runtime:
343
+ - "179"
344
+ content-length:
345
+ - "850"
346
+ set-cookie:
347
+ - _recurly_session=9c42da4a239a7b5655b19d48479bf1ac; domain=.recurly.com; path=/; secure; HttpOnly
348
+ body: |
349
+ <?xml version="1.0" encoding="UTF-8"?>
350
+ <transaction type="Payment">
351
+ <id>f3a826520f814953b3c9a64e8cf4eed4</id>
352
+ <account_code>transaction-lookup-1289558212</account_code>
353
+ <action>purchase</action>
354
+ <date type="datetime">2010-11-12T10:36:57Z</date>
355
+ <amount_in_cents type="integer">300</amount_in_cents>
356
+ <status>success</status>
357
+ <message>Test Gateway: Successful test transaction</message>
358
+ <reference></reference>
359
+ <cvv_result code="M">Match</cvv_result>
360
+ <avs_result code="D">Street address and postal code match.</avs_result>
361
+ <avs_result_street></avs_result_street>
362
+ <avs_result_postal></avs_result_postal>
363
+ <test type="boolean">true</test>
364
+ <voidable type="boolean">true</voidable>
365
+ <refundable type="boolean">true</refundable>
366
+ <credit_card>
367
+ <type>bogus</type>
368
+ <last_four>1</last_four>
369
+ </credit_card>
370
+ </transaction>
371
+
372
+ http_version: "1.1"
373
+ - !ruby/struct:VCR::HTTPInteraction
374
+ request: !ruby/struct:VCR::Request
375
+ method: :get
376
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/transactions/b4ad8f20c07a4ab99a2d4eed5b713d9f.xml?account_code=transaction-lookup-1289558212
377
+ body:
378
+ headers:
379
+ authorization:
380
+ - Basic cmFpbHNqZWRpQHNvZ2V0dGhpcy5jb206N1BDQjJtWkM=
381
+ accept:
382
+ - application/xml
383
+ accept-encoding:
384
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
385
+ user-agent:
386
+ - Ruby
387
+ connection:
388
+ - close
389
+ response: !ruby/struct:VCR::Response
390
+ status: !ruby/struct:VCR::ResponseStatus
391
+ code: 200
392
+ message: OK
393
+ headers:
394
+ server:
395
+ - nginx/0.7.65
396
+ date:
397
+ - Fri, 12 Nov 2010 10:37:00 GMT
398
+ content-type:
399
+ - application/xml; charset=utf-8
400
+ transfer-encoding:
401
+ - chunked
402
+ connection:
403
+ - close
404
+ x-runtime:
405
+ - "16"
406
+ etag:
407
+ - "\"8728727f53b47adb8f1f8a1177a63454\""
408
+ cache-control:
409
+ - private, max-age=0, must-revalidate
410
+ set-cookie:
411
+ - _recurly_session=0676d2e64d2fce19b1e268c60e002a51; domain=.recurly.com; path=/; secure; HttpOnly
412
+ x-ua-compatible:
413
+ - IE=Edge
414
+ content-encoding:
415
+ - gzip
416
+ body: !binary |
417
+ H4sIAAAAAAAAA31TO2/bMBDe/SsI7o5ExU5sg2aWoJ0CFIi7dBEo8uQIkUiD
418
+ D7X+9z1SdhRnyEbd97jveBR/+jf0ZATnO2v2lN2VlIBRVnfmuKe/Dz+WG/ok
419
+ Fjw4abxUAVkknE+wp7/keQATqFgQwjstmpXUm7YqVfkoV7LZbmWlVwB63Tyy
420
+ e71teYGkxJVK2WhCjU1AfPJd9ta+x9OSVZvter2pWMWLG+4kThHEKTr1Jj0k
421
+ Ri4kTMsAl3DpGLoBqKhKVi4ZQ9cDK3f3D7v1wx9eJHwKM+QsnakVDuMv8s4E
422
+ OIKjgpUltrjlZJ0PMkQvfFQKvOfF5TtBAxbkEcQBfCA/sdFfed6R14nZxp6E
423
+ BHwanBdXSZI7aMHhCkDwYj4nRI1j7cDHPpB0d3v6QsWLDOqNFzM0TTX6W+Yz
424
+ Fa/BAQQitUYPT6TR5GQxdp/NyJCM7nDYD+kXp9pnA0w1U661vJkPYT353jIv
425
+ tcSc5s+PqLG2B2kovoOIy0xIbjvaTsumv67zC+2KZireUTTfkGc805UD3eHj
426
+ ky6/xhQHk4jGHiOuMZ+nci99qFsbnWC8mD+SR3Fjgqr55xCL/1oAOcBSAwAA
427
+
428
+ http_version: "1.1"
429
+ - !ruby/struct:VCR::HTTPInteraction
430
+ request: !ruby/struct:VCR::Request
431
+ method: :get
432
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/transactions/ee4872c17e4d463b81891e0619449be6.xml?account_code=transaction-lookup-1289558212
433
+ body:
434
+ headers:
435
+ authorization:
436
+ - Basic cmFpbHNqZWRpQHNvZ2V0dGhpcy5jb206N1BDQjJtWkM=
437
+ accept:
438
+ - application/xml
439
+ accept-encoding:
440
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
441
+ user-agent:
442
+ - Ruby
443
+ connection:
444
+ - close
445
+ response: !ruby/struct:VCR::Response
446
+ status: !ruby/struct:VCR::ResponseStatus
447
+ code: 200
448
+ message: OK
449
+ headers:
450
+ server:
451
+ - nginx/0.7.65
452
+ date:
453
+ - Fri, 12 Nov 2010 10:36:58 GMT
454
+ content-type:
455
+ - application/xml; charset=utf-8
456
+ transfer-encoding:
457
+ - chunked
458
+ connection:
459
+ - close
460
+ x-runtime:
461
+ - "14"
462
+ etag:
463
+ - "\"d4a685d17b53fa75658270b3d6c41883\""
464
+ cache-control:
465
+ - private, max-age=0, must-revalidate
466
+ set-cookie:
467
+ - _recurly_session=5456a6d8fc68bcaeb8d583b4ba1f9fc4; domain=.recurly.com; path=/; secure; HttpOnly
468
+ x-ua-compatible:
469
+ - IE=Edge
470
+ content-encoding:
471
+ - gzip
472
+ body: !binary |
473
+ H4sIAAAAAAAAA31TO2/bMBDe/SsI7o5ERXYkg2aWop0CFIi7dBEo6uwIlUiD
474
+ D7X+9z1SdhRnyEbd97jveBR//jcOZALreqP3lD3klIBWpuv1aU9/Hb6vK/os
475
+ VtxbqZ1UHlnEX86wpz/lZQTtqVgRwvtOAJTVU6HYE5RduX1sK1bVDPItq8uy
476
+ bmHLMyRFrlTKBO0bbALig+96MOZPOK9ZUdWbTVWwgmd33FkcI4hzsOpNOoiM
477
+ VIhYJz1cw8Wj70egoshZvmYMXQ8s3z1ud5v6N88iPocZU5ZeNwqHcVd5rz2c
478
+ wEZ1ji3uOUnnvPTBCReUAud4dv2O0IgFeQJxAOfJD2z0V1525HVmHsNAfAQ+
479
+ DM6zmyTKLRzB4gpA8Gw5R0RNU2PBhcGTeHd7+kLFi/TqjWcLNE81uXvmNype
480
+ vQXwRHYdejgidUfOBmMPyYyM0egBh32XfnJqXDLAVAvlVkubeRc2s+8981qL
481
+ zHn+9IhaYwaQmuI7CLjMiKS2k+k72Q63dX6i3dBExTsK+gvygie6stD1+Pik
482
+ Ta8xxsEkojWngGtM57k8SOebowlWMJ4tH9EjuzNB1fJziNV/uisPOFIDAAA=
483
+
484
+ http_version: "1.1"
485
+ - !ruby/struct:VCR::HTTPInteraction
486
+ request: !ruby/struct:VCR::Request
487
+ method: :get
488
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/transactions/f3a826520f814953b3c9a64e8cf4eed4.xml?account_code=transaction-lookup-1289558212
489
+ body:
490
+ headers:
491
+ authorization:
492
+ - Basic cmFpbHNqZWRpQHNvZ2V0dGhpcy5jb206N1BDQjJtWkM=
493
+ accept:
494
+ - application/xml
495
+ accept-encoding:
496
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
497
+ user-agent:
498
+ - Ruby
499
+ connection:
500
+ - close
501
+ response: !ruby/struct:VCR::Response
502
+ status: !ruby/struct:VCR::ResponseStatus
503
+ code: 200
504
+ message: OK
505
+ headers:
506
+ server:
507
+ - nginx/0.7.65
508
+ date:
509
+ - Fri, 12 Nov 2010 10:37:00 GMT
510
+ content-type:
511
+ - application/xml; charset=utf-8
512
+ transfer-encoding:
513
+ - chunked
514
+ connection:
515
+ - close
516
+ x-runtime:
517
+ - "13"
518
+ etag:
519
+ - "\"1166b4093461450b9cb9515e990d4870\""
520
+ cache-control:
521
+ - private, max-age=0, must-revalidate
522
+ set-cookie:
523
+ - _recurly_session=b3e89255451dffa352f044b904ed9578; domain=.recurly.com; path=/; secure; HttpOnly
524
+ x-ua-compatible:
525
+ - IE=Edge
526
+ content-encoding:
527
+ - gzip
528
+ body: !binary |
529
+ H4sIAAAAAAAAA31TO2/bMBDe/SsI7o5eliMbNLMU7RSgQNwli0BTJ0eIRBp8
530
+ qPW/75GyoyhDNuq+x33Ho9jTv6EnIxjbaXWg2UNKCSipm06dD/TP8ee6ok98
531
+ xZwRygrpkEXc9QIH+ltcB1CO8hUhrGt4W4gq35Z52lbZZlcWp0LuxHYDlWw3
532
+ AM2GJUgKXCGl9srV2AT4J991r/W7v6yzvNqVZZVnOUsW3EkcIvCLN/JNWAiM
533
+ WAhYIxzcwoWj6wagPE+zdJ1l6HrM0n2x3ZePrywJ+BRmiFk6VUscxt7knXJw
534
+ BkN5kabYYsmJOuuE85ZbLyVYy5Lbd4AGLIgz8CNYR35ho7/iuicvE7P1PXEB
535
+ +DQ4S+6SIDfQgsEVAGfJfA6IHMfagPW9I+HuDvSZ8mfh5BtLZmiaarRL5g/K
536
+ X5wBcEQ0DXpYIlRDLhpj99GMDMHoAYf9kH5xqm00wFQz5V6Lm/kQ1pPvknmr
537
+ BeY0f3xEJ617EIriO/C4zIDEtqPuGnHq7+v8QrujkYp35NU35BmPdGmg6fDx
538
+ CRNfY4iDSfhJnz2uMZ6nci+sq1vtDc9YMn8Ej2Rhgqr55+Cr/1pLlXxSAwAA
539
+
540
+ http_version: "1.1"