File: httpbin.html

package info (click to toggle)
r-cran-webfakes 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,492 kB
  • sloc: ansic: 141,316; sh: 64; xml: 25; makefile: 2
file content (744 lines) | stat: -rw-r--r-- 357,062 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf8" />
  <title>webfakes::httpbin_app() API</title>
  <!-- needed for adaptive design -->
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <style>
    body {
      padding: 0;
      margin: 0;
    }
  </style>
  <script src="https://cdn.redoc.ly/redoc/v2.0.0/bundles/redoc.standalone.js"></script><style data-styled="true" data-styled-version="5.3.3">.fcjMZs{width:calc(100% - 40%);padding:0 40px;}/*!sc*/
@media print,screen and (max-width:75rem){.fcjMZs{width:100%;padding:40px 40px;}}/*!sc*/
data-styled.g4[id="sc-hKwDye"]{content:"fcjMZs,"}/*!sc*/
.kKqedw{padding:40px 0;}/*!sc*/
.kKqedw:last-child{min-height:calc(100vh + 1px);}/*!sc*/
.sc-eCImPb > .sc-eCImPb:last-child{min-height:initial;}/*!sc*/
@media print,screen and (max-width:75rem){.kKqedw{padding:0;}}/*!sc*/
.hexvPn{padding:40px 0;position:relative;}/*!sc*/
.hexvPn:last-child{min-height:calc(100vh + 1px);}/*!sc*/
.sc-eCImPb > .sc-eCImPb:last-child{min-height:initial;}/*!sc*/
@media print,screen and (max-width:75rem){.hexvPn{padding:0;}}/*!sc*/
.hexvPn:not(:last-of-type):after{position:absolute;bottom:0;width:100%;display:block;content:'';border-bottom:1px solid rgba(0,0,0,0.2);}/*!sc*/
data-styled.g5[id="sc-eCImPb"]{content:"kKqedw,hexvPn,"}/*!sc*/
.vSqXI{width:40%;color:#ffffff;background-color:#263238;padding:0 40px;}/*!sc*/
@media print,screen and (max-width:75rem){.vSqXI{width:100%;padding:40px 40px;}}/*!sc*/
data-styled.g6[id="sc-jRQBWg"]{content:"vSqXI,"}/*!sc*/
.dKDnzb{background-color:#263238;}/*!sc*/
data-styled.g7[id="sc-gKclnd"]{content:"dKDnzb,"}/*!sc*/
.jTXZbd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;padding:0;}/*!sc*/
@media print,screen and (max-width:75rem){.jTXZbd{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}/*!sc*/
data-styled.g8[id="sc-iCfMLu"]{content:"jTXZbd,"}/*!sc*/
.kwcwWd{font-family:Montserrat,sans-serif;font-weight:400;font-size:1.85714em;line-height:1.6em;color:#333333;}/*!sc*/
data-styled.g9[id="sc-furwcr"]{content:"kwcwWd,"}/*!sc*/
.QwiBS{font-family:Montserrat,sans-serif;font-weight:400;font-size:1.57143em;line-height:1.6em;color:#333333;margin:0 0 20px;}/*!sc*/
data-styled.g10[id="sc-pVTFL"]{content:"QwiBS,"}/*!sc*/
.hwMGJl{color:#ffffff;}/*!sc*/
data-styled.g12[id="sc-kDTinF"]{content:"hwMGJl,"}/*!sc*/
.kyZwVG{border-bottom:1px solid rgba(38,50,56,0.3);margin:1em 0 1em 0;color:rgba(38,50,56,0.5);font-weight:normal;text-transform:uppercase;font-size:0.929em;line-height:20px;}/*!sc*/
data-styled.g13[id="sc-iqseJM"]{content:"kyZwVG,"}/*!sc*/
.bNUQy{cursor:pointer;margin-left:-20px;padding:0;line-height:1;width:20px;display:inline-block;outline:0;}/*!sc*/
.bNUQy:before{content:'';width:15px;height:15px;background-size:contain;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==');opacity:0.5;visibility:hidden;display:inline-block;vertical-align:middle;}/*!sc*/
h1:hover > .sc-crHmcD::before,h2:hover > .bNUQy::before,.bNUQy:hover::before{visibility:visible;}/*!sc*/
data-styled.g14[id="sc-crHmcD"]{content:"bNUQy,"}/*!sc*/
.jLPfXH{height:18px;width:18px;min-width:18px;vertical-align:middle;float:right;-webkit-transition:-webkit-transform 0.2s ease-out;-webkit-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:rotateZ(-90deg);-ms-transform:rotateZ(-90deg);transform:rotateZ(-90deg);}/*!sc*/
.bPEzCN{height:1.5em;width:1.5em;min-width:1.5em;vertical-align:middle;float:left;-webkit-transition:-webkit-transform 0.2s ease-out;-webkit-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:rotateZ(-90deg);-ms-transform:rotateZ(-90deg);transform:rotateZ(-90deg);}/*!sc*/
.bPEzCN polygon{fill:#1d8127;}/*!sc*/
.laPRNF{height:20px;width:20px;min-width:20px;vertical-align:middle;float:right;-webkit-transition:-webkit-transform 0.2s ease-out;-webkit-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);}/*!sc*/
.laPRNF polygon{fill:white;}/*!sc*/
.FBjwd{height:1.5em;width:1.5em;min-width:1.5em;vertical-align:middle;float:left;-webkit-transition:-webkit-transform 0.2s ease-out;-webkit-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:rotateZ(-90deg);-ms-transform:rotateZ(-90deg);transform:rotateZ(-90deg);}/*!sc*/
.FBjwd polygon{fill:#d41f1c;}/*!sc*/
.cUKGZj{height:18px;width:18px;min-width:18px;vertical-align:middle;-webkit-transition:-webkit-transform 0.2s ease-out;-webkit-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:rotateZ(-90deg);-ms-transform:rotateZ(-90deg);transform:rotateZ(-90deg);}/*!sc*/
data-styled.g15[id="sc-egiyK"]{content:"jLPfXH,bPEzCN,laPRNF,FBjwd,cUKGZj,"}/*!sc*/
.kCCtqV{border-left:1px solid #7c7cbb;box-sizing:border-box;position:relative;padding:10px 10px 10px 0;}/*!sc*/
@media screen and (max-width:50rem){.kCCtqV{display:block;overflow:hidden;}}/*!sc*/
tr:first-of-type > .sc-hBUSln,tr.last > .kCCtqV{border-left-width:0;background-position:top left;background-repeat:no-repeat;background-size:1px 100%;}/*!sc*/
tr:first-of-type > .sc-hBUSln{background-image:linear-gradient( to bottom, transparent 0%, transparent 22px, #7c7cbb 22px, #7c7cbb 100% );}/*!sc*/
tr.last > .sc-hBUSln{background-image:linear-gradient( to bottom, #7c7cbb 0%, #7c7cbb 22px, transparent 22px, transparent 100% );}/*!sc*/
tr.last + tr > .sc-hBUSln{border-left-color:transparent;}/*!sc*/
tr.last:first-child > .sc-hBUSln{background:none;border-left-color:transparent;}/*!sc*/
data-styled.g18[id="sc-hBUSln"]{content:"kCCtqV,"}/*!sc*/
.fwnkRw{vertical-align:top;line-height:20px;white-space:nowrap;font-size:13px;font-family:Courier,monospace;}/*!sc*/
.fwnkRw.deprecated{-webkit-text-decoration:line-through;text-decoration:line-through;color:#707070;}/*!sc*/
data-styled.g20[id="sc-fFeiMQ"]{content:"fwnkRw,"}/*!sc*/
.fOwWgB{border-bottom:1px solid #9fb4be;padding:10px 0;width:75%;box-sizing:border-box;}/*!sc*/
tr.expanded .sc-bkkeKt{border-bottom:none;}/*!sc*/
@media screen and (max-width:50rem){.fOwWgB{padding:0 20px;border-bottom:none;border-left:1px solid #7c7cbb;}tr.last > .sc-bkkeKt{border-left:none;}}/*!sc*/
data-styled.g21[id="sc-bkkeKt"]{content:"fOwWgB,"}/*!sc*/
.fMdASL{color:#7c7cbb;font-family:Courier,monospace;margin-right:10px;}/*!sc*/
.fMdASL::before{content:'';display:inline-block;vertical-align:middle;width:10px;height:1px;background:#7c7cbb;}/*!sc*/
.fMdASL::after{content:'';display:inline-block;vertical-align:middle;width:1px;background:#7c7cbb;height:7px;}/*!sc*/
data-styled.g22[id="sc-ieecCq"]{content:"fMdASL,"}/*!sc*/
.wbnF{border-collapse:separate;border-radius:3px;font-size:14px;border-spacing:0;width:100%;}/*!sc*/
.wbnF > tr{vertical-align:middle;}/*!sc*/
@media screen and (max-width:50rem){.wbnF{display:block;}.wbnF > tr,.wbnF > tbody > tr{display:block;}}/*!sc*/
@media screen and (max-width:50rem) and (-ms-high-contrast:none){.wbnF td{float:left;width:100%;}}/*!sc*/
.wbnF .sc-dJjYzT,.wbnF .sc-dJjYzT .sc-dJjYzT .sc-dJjYzT,.wbnF .sc-dJjYzT .sc-dJjYzT .sc-dJjYzT .sc-dJjYzT .sc-dJjYzT{margin:1em;margin-right:0;background:#fafafa;}/*!sc*/
.wbnF .sc-dJjYzT .sc-dJjYzT,.wbnF .sc-dJjYzT .sc-dJjYzT .sc-dJjYzT .sc-dJjYzT,.wbnF .sc-dJjYzT .sc-dJjYzT .sc-dJjYzT .sc-dJjYzT .sc-dJjYzT .sc-dJjYzT{background:#ffffff;}/*!sc*/
data-styled.g24[id="sc-hGPBjI"]{content:"wbnF,"}/*!sc*/
.eCLDJY > ul{list-style:none;padding:0;margin:0;margin:0 -5px;}/*!sc*/
.eCLDJY > ul > li{padding:5px 10px;display:inline-block;background-color:#11171a;border-bottom:1px solid rgba(0,0,0,0.5);cursor:pointer;text-align:center;outline:none;color:#ccc;margin:0 5px 5px 5px;border:1px solid #07090b;border-radius:5px;min-width:60px;font-size:0.9em;font-weight:bold;}/*!sc*/
.eCLDJY > ul > li.react-tabs__tab--selected{color:#333333;background:#ffffff;}/*!sc*/
.eCLDJY > ul > li.react-tabs__tab--selected:focus{outline:auto;}/*!sc*/
.eCLDJY > ul > li:only-child{-webkit-flex:none;-ms-flex:none;flex:none;min-width:100px;}/*!sc*/
.eCLDJY > ul > li.tab-success{color:#1d8127;}/*!sc*/
.eCLDJY > ul > li.tab-redirect{color:#ffa500;}/*!sc*/
.eCLDJY > ul > li.tab-info{color:#87ceeb;}/*!sc*/
.eCLDJY > ul > li.tab-error{color:#d41f1c;}/*!sc*/
.eCLDJY > .react-tabs__tab-panel{background:#11171a;}/*!sc*/
.eCLDJY > .react-tabs__tab-panel > div,.eCLDJY > .react-tabs__tab-panel > pre{padding:20px;margin:0;}/*!sc*/
.eCLDJY > .react-tabs__tab-panel > div > pre{padding:0;}/*!sc*/
data-styled.g30[id="sc-cxpSdN"]{content:"eCLDJY,"}/*!sc*/
.hGZPxu code[class*='language-'],.hGZPxu pre[class*='language-']{text-shadow:0 -0.1em 0.2em black;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;}/*!sc*/
@media print{.hGZPxu code[class*='language-'],.hGZPxu pre[class*='language-']{text-shadow:none;}}/*!sc*/
.hGZPxu pre[class*='language-']{padding:1em;margin:0.5em 0;overflow:auto;}/*!sc*/
.hGZPxu .token.comment,.hGZPxu .token.prolog,.hGZPxu .token.doctype,.hGZPxu .token.cdata{color:hsl(30,20%,50%);}/*!sc*/
.hGZPxu .token.punctuation{opacity:0.7;}/*!sc*/
.hGZPxu .namespace{opacity:0.7;}/*!sc*/
.hGZPxu .token.property,.hGZPxu .token.tag,.hGZPxu .token.number,.hGZPxu .token.constant,.hGZPxu .token.symbol{color:#4a8bb3;}/*!sc*/
.hGZPxu .token.boolean{color:#e64441;}/*!sc*/
.hGZPxu .token.selector,.hGZPxu .token.attr-name,.hGZPxu .token.string,.hGZPxu .token.char,.hGZPxu .token.builtin,.hGZPxu .token.inserted{color:#a0fbaa;}/*!sc*/
.hGZPxu .token.selector + a,.hGZPxu .token.attr-name + a,.hGZPxu .token.string + a,.hGZPxu .token.char + a,.hGZPxu .token.builtin + a,.hGZPxu .token.inserted + a,.hGZPxu .token.selector + a:visited,.hGZPxu .token.attr-name + a:visited,.hGZPxu .token.string + a:visited,.hGZPxu .token.char + a:visited,.hGZPxu .token.builtin + a:visited,.hGZPxu .token.inserted + a:visited{color:#4ed2ba;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.hGZPxu .token.property.string{color:white;}/*!sc*/
.hGZPxu .token.operator,.hGZPxu .token.entity,.hGZPxu .token.url,.hGZPxu .token.variable{color:hsl(40,90%,60%);}/*!sc*/
.hGZPxu .token.atrule,.hGZPxu .token.attr-value,.hGZPxu .token.keyword{color:hsl(350,40%,70%);}/*!sc*/
.hGZPxu .token.regex,.hGZPxu .token.important{color:#e90;}/*!sc*/
.hGZPxu .token.important,.hGZPxu .token.bold{font-weight:bold;}/*!sc*/
.hGZPxu .token.italic{font-style:italic;}/*!sc*/
.hGZPxu .token.entity{cursor:help;}/*!sc*/
.hGZPxu .token.deleted{color:red;}/*!sc*/
data-styled.g32[id="sc-iJKOTD"]{content:"hGZPxu,"}/*!sc*/
.gjxyHD{opacity:0.7;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;text-align:right;}/*!sc*/
.gjxyHD:focus-within{opacity:1;}/*!sc*/
.gjxyHD > button{background-color:transparent;border:0;color:inherit;padding:2px 10px;font-family:Roboto,sans-serif;font-size:14px;line-height:1.5em;cursor:pointer;outline:0;}/*!sc*/
.gjxyHD > button:hover,.gjxyHD > button:focus{background:rgba(255,255,255,0.1);}/*!sc*/
data-styled.g33[id="sc-giYglK"]{content:"gjxyHD,"}/*!sc*/
.eqZXtE{position:relative;}/*!sc*/
data-styled.g38[id="sc-ikJyIC"]{content:"eqZXtE,"}/*!sc*/
.fYaHea{font-family:Roboto,sans-serif;font-weight:400;line-height:1.5em;}/*!sc*/
.fYaHea p:last-child{margin-bottom:0;}/*!sc*/
.fYaHea h1{font-family:Montserrat,sans-serif;font-weight:400;font-size:1.85714em;line-height:1.6em;color:#32329f;margin-top:0;}/*!sc*/
.fYaHea h2{font-family:Montserrat,sans-serif;font-weight:400;font-size:1.57143em;line-height:1.6em;color:#333333;}/*!sc*/
.fYaHea code{color:#e53935;background-color:rgba(38,50,56,0.05);font-family:Courier,monospace;border-radius:2px;border:1px solid rgba(38,50,56,0.1);padding:0 5px;font-size:13px;font-weight:400;word-break:break-word;}/*!sc*/
.fYaHea pre{font-family:Courier,monospace;white-space:pre;background-color:#11171a;color:white;padding:20px;overflow-x:auto;line-height:normal;border-radius:0px;border:1px solid rgba(38,50,56,0.1);}/*!sc*/
.fYaHea pre code{background-color:transparent;color:white;padding:0;}/*!sc*/
.fYaHea pre code:before,.fYaHea pre code:after{content:none;}/*!sc*/
.fYaHea blockquote{margin:0;margin-bottom:1em;padding:0 15px;color:#777;border-left:4px solid #ddd;}/*!sc*/
.fYaHea img{max-width:100%;box-sizing:content-box;}/*!sc*/
.fYaHea ul,.fYaHea ol{padding-left:2em;margin:0;margin-bottom:1em;}/*!sc*/
.fYaHea ul ul,.fYaHea ol ul,.fYaHea ul ol,.fYaHea ol ol{margin-bottom:0;margin-top:0;}/*!sc*/
.fYaHea table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all;border-collapse:collapse;border-spacing:0;margin-top:1.5em;margin-bottom:1.5em;}/*!sc*/
.fYaHea table tr{background-color:#fff;border-top:1px solid #ccc;}/*!sc*/
.fYaHea table tr:nth-child(2n){background-color:#fafafa;}/*!sc*/
.fYaHea table th,.fYaHea table td{padding:6px 13px;border:1px solid #ddd;}/*!sc*/
.fYaHea table th{text-align:left;font-weight:bold;}/*!sc*/
.fYaHea .share-link{cursor:pointer;margin-left:-20px;padding:0;line-height:1;width:20px;display:inline-block;outline:0;}/*!sc*/
.fYaHea .share-link:before{content:'';width:15px;height:15px;background-size:contain;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==');opacity:0.5;visibility:hidden;display:inline-block;vertical-align:middle;}/*!sc*/
.fYaHea h1:hover > .share-link::before,.fYaHea h2:hover > .share-link::before,.fYaHea .share-link:hover::before{visibility:visible;}/*!sc*/
.fYaHea a{-webkit-text-decoration:auto;text-decoration:auto;color:#32329f;}/*!sc*/
.fYaHea a:visited{color:#32329f;}/*!sc*/
.fYaHea a:hover{color:#6868cf;-webkit-text-decoration:auto;text-decoration:auto;}/*!sc*/
.fhPxtY{font-family:Roboto,sans-serif;font-weight:400;line-height:1.5em;}/*!sc*/
.fhPxtY p:last-child{margin-bottom:0;}/*!sc*/
.fhPxtY p:first-child{margin-top:0;}/*!sc*/
.fhPxtY p:last-child{margin-bottom:0;}/*!sc*/
.fhPxtY h1{font-family:Montserrat,sans-serif;font-weight:400;font-size:1.85714em;line-height:1.6em;color:#32329f;margin-top:0;}/*!sc*/
.fhPxtY h2{font-family:Montserrat,sans-serif;font-weight:400;font-size:1.57143em;line-height:1.6em;color:#333333;}/*!sc*/
.fhPxtY code{color:#e53935;background-color:rgba(38,50,56,0.05);font-family:Courier,monospace;border-radius:2px;border:1px solid rgba(38,50,56,0.1);padding:0 5px;font-size:13px;font-weight:400;word-break:break-word;}/*!sc*/
.fhPxtY pre{font-family:Courier,monospace;white-space:pre;background-color:#11171a;color:white;padding:20px;overflow-x:auto;line-height:normal;border-radius:0px;border:1px solid rgba(38,50,56,0.1);}/*!sc*/
.fhPxtY pre code{background-color:transparent;color:white;padding:0;}/*!sc*/
.fhPxtY pre code:before,.fhPxtY pre code:after{content:none;}/*!sc*/
.fhPxtY blockquote{margin:0;margin-bottom:1em;padding:0 15px;color:#777;border-left:4px solid #ddd;}/*!sc*/
.fhPxtY img{max-width:100%;box-sizing:content-box;}/*!sc*/
.fhPxtY ul,.fhPxtY ol{padding-left:2em;margin:0;margin-bottom:1em;}/*!sc*/
.fhPxtY ul ul,.fhPxtY ol ul,.fhPxtY ul ol,.fhPxtY ol ol{margin-bottom:0;margin-top:0;}/*!sc*/
.fhPxtY table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all;border-collapse:collapse;border-spacing:0;margin-top:1.5em;margin-bottom:1.5em;}/*!sc*/
.fhPxtY table tr{background-color:#fff;border-top:1px solid #ccc;}/*!sc*/
.fhPxtY table tr:nth-child(2n){background-color:#fafafa;}/*!sc*/
.fhPxtY table th,.fhPxtY table td{padding:6px 13px;border:1px solid #ddd;}/*!sc*/
.fhPxtY table th{text-align:left;font-weight:bold;}/*!sc*/
.fhPxtY .share-link{cursor:pointer;margin-left:-20px;padding:0;line-height:1;width:20px;display:inline-block;outline:0;}/*!sc*/
.fhPxtY .share-link:before{content:'';width:15px;height:15px;background-size:contain;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==');opacity:0.5;visibility:hidden;display:inline-block;vertical-align:middle;}/*!sc*/
.fhPxtY h1:hover > .share-link::before,.fhPxtY h2:hover > .share-link::before,.fhPxtY .share-link:hover::before{visibility:visible;}/*!sc*/
.fhPxtY a{-webkit-text-decoration:auto;text-decoration:auto;color:#32329f;}/*!sc*/
.fhPxtY a:visited{color:#32329f;}/*!sc*/
.fhPxtY a:hover{color:#6868cf;-webkit-text-decoration:auto;text-decoration:auto;}/*!sc*/
data-styled.g43[id="sc-cidDSM"]{content:"fYaHea,fhPxtY,"}/*!sc*/
.eahewB{font-family:Roboto,sans-serif;font-weight:400;line-height:1.5em;}/*!sc*/
.eahewB p:last-child{margin-bottom:0;}/*!sc*/
.eahewB p:first-child{margin-top:0;}/*!sc*/
.eahewB p:last-child{margin-bottom:0;}/*!sc*/
.eahewB p{display:inline-block;}/*!sc*/
.eahewB h1{font-family:Montserrat,sans-serif;font-weight:400;font-size:1.85714em;line-height:1.6em;color:#32329f;margin-top:0;}/*!sc*/
.eahewB h2{font-family:Montserrat,sans-serif;font-weight:400;font-size:1.57143em;line-height:1.6em;color:#333333;}/*!sc*/
.eahewB code{color:#e53935;background-color:rgba(38,50,56,0.05);font-family:Courier,monospace;border-radius:2px;border:1px solid rgba(38,50,56,0.1);padding:0 5px;font-size:13px;font-weight:400;word-break:break-word;}/*!sc*/
.eahewB pre{font-family:Courier,monospace;white-space:pre;background-color:#11171a;color:white;padding:20px;overflow-x:auto;line-height:normal;border-radius:0px;border:1px solid rgba(38,50,56,0.1);}/*!sc*/
.eahewB pre code{background-color:transparent;color:white;padding:0;}/*!sc*/
.eahewB pre code:before,.eahewB pre code:after{content:none;}/*!sc*/
.eahewB blockquote{margin:0;margin-bottom:1em;padding:0 15px;color:#777;border-left:4px solid #ddd;}/*!sc*/
.eahewB img{max-width:100%;box-sizing:content-box;}/*!sc*/
.eahewB ul,.eahewB ol{padding-left:2em;margin:0;margin-bottom:1em;}/*!sc*/
.eahewB ul ul,.eahewB ol ul,.eahewB ul ol,.eahewB ol ol{margin-bottom:0;margin-top:0;}/*!sc*/
.eahewB table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all;border-collapse:collapse;border-spacing:0;margin-top:1.5em;margin-bottom:1.5em;}/*!sc*/
.eahewB table tr{background-color:#fff;border-top:1px solid #ccc;}/*!sc*/
.eahewB table tr:nth-child(2n){background-color:#fafafa;}/*!sc*/
.eahewB table th,.eahewB table td{padding:6px 13px;border:1px solid #ddd;}/*!sc*/
.eahewB table th{text-align:left;font-weight:bold;}/*!sc*/
.eahewB .share-link{cursor:pointer;margin-left:-20px;padding:0;line-height:1;width:20px;display:inline-block;outline:0;}/*!sc*/
.eahewB .share-link:before{content:'';width:15px;height:15px;background-size:contain;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==');opacity:0.5;visibility:hidden;display:inline-block;vertical-align:middle;}/*!sc*/
.eahewB h1:hover > .share-link::before,.eahewB h2:hover > .share-link::before,.eahewB .share-link:hover::before{visibility:visible;}/*!sc*/
.eahewB a{-webkit-text-decoration:auto;text-decoration:auto;color:#32329f;}/*!sc*/
.eahewB a:visited{color:#32329f;}/*!sc*/
.eahewB a:hover{color:#6868cf;-webkit-text-decoration:auto;text-decoration:auto;}/*!sc*/
data-styled.g44[id="sc-jcFjpl"]{content:"eahewB,"}/*!sc*/
.ddxnzs{position:relative;}/*!sc*/
data-styled.g45[id="sc-caiLqq"]{content:"ddxnzs,"}/*!sc*/
.jOBPNj:hover > .sc-giYglK{opacity:1;}/*!sc*/
data-styled.g50[id="sc-jObWnj"]{content:"jOBPNj,"}/*!sc*/
.sRoPx{font-family:Courier,monospace;font-size:13px;white-space:pre;contain:content;overflow-x:auto;}/*!sc*/
.sRoPx .redoc-json code > .collapser{display:none;pointer-events:none;}/*!sc*/
.sRoPx .callback-function{color:gray;}/*!sc*/
.sRoPx .collapser:after{content:'-';cursor:pointer;}/*!sc*/
.sRoPx .collapsed > .collapser:after{content:'+';cursor:pointer;}/*!sc*/
.sRoPx .ellipsis:after{content:' … ';}/*!sc*/
.sRoPx .collapsible{margin-left:2em;}/*!sc*/
.sRoPx .hoverable{padding-top:1px;padding-bottom:1px;padding-left:2px;padding-right:2px;border-radius:2px;}/*!sc*/
.sRoPx .hovered{background-color:rgba(235,238,249,1);}/*!sc*/
.sRoPx .collapser{background-color:transparent;border:0;color:#fff;font-family:Courier,monospace;font-size:13px;padding-right:6px;padding-left:6px;padding-top:0;padding-bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:15px;height:15px;position:absolute;top:4px;left:-1.5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;padding:2px;}/*!sc*/
.sRoPx .collapser:focus{outline-color:#fff;outline-style:dotted;outline-width:1px;}/*!sc*/
.sRoPx ul{list-style-type:none;padding:0px;margin:0px 0px 0px 26px;}/*!sc*/
.sRoPx li{position:relative;display:block;}/*!sc*/
.sRoPx .hoverable{display:inline-block;}/*!sc*/
.sRoPx .selected{outline-style:solid;outline-width:1px;outline-style:dotted;}/*!sc*/
.sRoPx .collapsed > .collapsible{display:none;}/*!sc*/
.sRoPx .ellipsis{display:none;}/*!sc*/
.sRoPx .collapsed > .ellipsis{display:inherit;}/*!sc*/
data-styled.g51[id="sc-dPiLbb"]{content:"sRoPx,"}/*!sc*/
.eidhyg{padding:0.9em;background-color:rgba(38,50,56,0.4);margin:0 0 10px 0;display:block;font-family:Montserrat,sans-serif;font-size:0.929em;line-height:1.5em;}/*!sc*/
data-styled.g52[id="sc-bBHHxi"]{content:"eidhyg,"}/*!sc*/
.iYcnri{font-family:Montserrat,sans-serif;font-size:12px;position:absolute;z-index:1;top:-11px;left:12px;font-weight:600;color:rgba(255,255,255,0.7);}/*!sc*/
data-styled.g53[id="sc-cNKqjZ"]{content:"iYcnri,"}/*!sc*/
.bcpfGN{position:relative;}/*!sc*/
data-styled.g54[id="sc-AjmGg"]{content:"bcpfGN,"}/*!sc*/
.iUheaL{margin-top:15px;}/*!sc*/
data-styled.g57[id="sc-jgrJph"]{content:"iUheaL,"}/*!sc*/
.iFIEVq button{background-color:transparent;border:0;outline:0;font-size:13px;font-family:Courier,monospace;cursor:pointer;padding:0;color:#333333;}/*!sc*/
.iFIEVq button:focus{font-weight:600;}/*!sc*/
.iFIEVq .sc-egiyK{height:1.1em;width:1.1em;}/*!sc*/
.iFIEVq .sc-egiyK polygon{fill:#666;}/*!sc*/
data-styled.g58[id="sc-gSQFLo"]{content:"iFIEVq,"}/*!sc*/
.gHbDui{vertical-align:middle;font-size:13px;line-height:20px;}/*!sc*/
data-styled.g59[id="sc-lbhJGD"]{content:"gHbDui,"}/*!sc*/
.eLMLxg{color:rgba(102,102,102,0.9);}/*!sc*/
data-styled.g60[id="sc-iNGGcK"]{content:"eLMLxg,"}/*!sc*/
.ifsMbX{color:#666;}/*!sc*/
data-styled.g61[id="sc-jeraig"]{content:"ifsMbX,"}/*!sc*/
.eyZzuM{vertical-align:middle;font-size:13px;line-height:20px;}/*!sc*/
data-styled.g63[id="sc-nVkyK"]{content:"eyZzuM,"}/*!sc*/
.eSyGZd{color:#d41f1c;font-size:0.9em;font-weight:normal;margin-left:20px;line-height:1;}/*!sc*/
data-styled.g64[id="sc-hiwPVj"]{content:"eSyGZd,"}/*!sc*/
.eTfxwi{color:#0e7c86;}/*!sc*/
.eTfxwi::before,.eTfxwi::after{font-weight:bold;}/*!sc*/
data-styled.g67[id="sc-gGCDDS"]{content:"eTfxwi,"}/*!sc*/
.hqhiLz{border-radius:2px;word-break:break-word;background-color:rgba(51,51,51,0.05);color:rgba(51,51,51,0.9);padding:0 5px;border:1px solid rgba(51,51,51,0.1);font-family:Courier,monospace;}/*!sc*/
.sc-clIzBv + .sc-clIzBv{margin-left:0;}/*!sc*/
data-styled.g68[id="sc-clIzBv"]{content:"hqhiLz,"}/*!sc*/
.dezuum{margin-top:0;margin-bottom:0.5em;}/*!sc*/
data-styled.g93[id="sc-dFtzxp"]{content:"dezuum,"}/*!sc*/
.cfBNBf{border:1px solid #32329f;color:#32329f;font-weight:normal;margin-left:0.5em;padding:4px 8px 4px;display:inline-block;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;}/*!sc*/
data-styled.g94[id="sc-brSvTw"]{content:"cfBNBf,"}/*!sc*/
.dSDiln::before{content:'|';display:inline-block;opacity:0.5;width:15px;text-align:center;}/*!sc*/
.dSDiln:last-child::after{display:none;}/*!sc*/
data-styled.g95[id="sc-gIDmLj"]{content:"dSDiln,"}/*!sc*/
.jnWsnL{overflow:hidden;}/*!sc*/
data-styled.g96[id="sc-evcjhq"]{content:"jnWsnL,"}/*!sc*/
.clvmzv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;}/*!sc*/
data-styled.g97[id="sc-fHeRUh"]{content:"clvmzv,"}/*!sc*/
.eXEyiA{width:9ex;display:inline-block;height:13px;line-height:13px;background-color:#333;border-radius:3px;background-repeat:no-repeat;background-position:6px 4px;font-size:7px;font-family:Verdana,sans-serif;color:white;text-transform:uppercase;text-align:center;font-weight:bold;vertical-align:middle;margin-right:6px;margin-top:2px;}/*!sc*/
.eXEyiA.get{background-color:#2F8132;}/*!sc*/
.eXEyiA.post{background-color:#186FAF;}/*!sc*/
.eXEyiA.put{background-color:#95507c;}/*!sc*/
.eXEyiA.options{background-color:#947014;}/*!sc*/
.eXEyiA.patch{background-color:#bf581d;}/*!sc*/
.eXEyiA.delete{background-color:#cc3333;}/*!sc*/
.eXEyiA.basic{background-color:#707070;}/*!sc*/
.eXEyiA.link{background-color:#07818F;}/*!sc*/
.eXEyiA.head{background-color:#A23DAD;}/*!sc*/
.eXEyiA.hook{background-color:#32329f;}/*!sc*/
data-styled.g101[id="sc-ilfuhL"]{content:"eXEyiA,"}/*!sc*/
.cBjpjq{margin:0;padding:0;}/*!sc*/
.cBjpjq:first-child{padding-bottom:32px;}/*!sc*/
.sc-uojGG .sc-uojGG{font-size:0.929em;}/*!sc*/
.fZvBef{margin:0;padding:0;display:none;}/*!sc*/
.fZvBef:first-child{padding-bottom:32px;}/*!sc*/
.sc-uojGG .sc-uojGG{font-size:0.929em;}/*!sc*/
data-styled.g102[id="sc-uojGG"]{content:"cBjpjq,fZvBef,"}/*!sc*/
.iVJVQY{list-style:none inside none;overflow:hidden;text-overflow:ellipsis;padding:0;}/*!sc*/
data-styled.g103[id="sc-bilyIR"]{content:"iVJVQY,"}/*!sc*/
.cbGskd{cursor:pointer;color:#333333;margin:0;padding:12.5px 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-family:Montserrat,sans-serif;font-size:0.929em;text-transform:none;background-color:#fafafa;}/*!sc*/
.cbGskd:hover{color:#32329f;background-color:#e1e1e1;}/*!sc*/
.cbGskd .sc-egiyK{height:1.5em;width:1.5em;}/*!sc*/
.cbGskd .sc-egiyK polygon{fill:#333333;}/*!sc*/
.jDuioL{cursor:pointer;color:#333333;margin:0;padding:12.5px 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-family:Montserrat,sans-serif;background-color:#fafafa;}/*!sc*/
.jDuioL:hover{color:#32329f;background-color:#ededed;}/*!sc*/
.jDuioL .sc-egiyK{height:1.5em;width:1.5em;}/*!sc*/
.jDuioL .sc-egiyK polygon{fill:#333333;}/*!sc*/
data-styled.g104[id="sc-eGPXGI"]{content:"cbGskd,jDuioL,"}/*!sc*/
.hTIqli{display:inline-block;vertical-align:middle;width:auto;overflow:hidden;text-overflow:ellipsis;}/*!sc*/
.gPtqKT{display:inline-block;vertical-align:middle;width:calc(100% - 38px);overflow:hidden;text-overflow:ellipsis;}/*!sc*/
data-styled.g105[id="sc-hAcGzb"]{content:"hTIqli,gPtqKT,"}/*!sc*/
.hjTfvW{font-size:0.8em;margin-top:10px;text-align:center;position:fixed;width:260px;bottom:0;background:#fafafa;}/*!sc*/
.hjTfvW a,.hjTfvW a:visited,.hjTfvW a:hover{color:#333333 !important;padding:5px 0;border-top:1px solid #e1e1e1;-webkit-text-decoration:none;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/
.hjTfvW img{width:15px;margin-right:5px;}/*!sc*/
@media screen and (max-width:50rem){.hjTfvW{width:100%;}}/*!sc*/
data-styled.g106[id="sc-kYHfwS"]{content:"hjTfvW,"}/*!sc*/
.jYAhkx{cursor:pointer;position:relative;margin-bottom:5px;}/*!sc*/
data-styled.g112[id="sc-FNXRL"]{content:"jYAhkx,"}/*!sc*/
.hxZHzL{font-family:Courier,monospace;margin-left:10px;-webkit-flex:1;-ms-flex:1;flex:1;overflow-x:hidden;text-overflow:ellipsis;}/*!sc*/
data-styled.g113[id="sc-jWUzzU"]{content:"hxZHzL,"}/*!sc*/
.bxamQ{outline:0;color:inherit;width:100%;text-align:left;cursor:pointer;padding:10px 30px 10px 20px;border-radius:4px 4px 0 0;background-color:#11171a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;white-space:nowrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-bottom:0;-webkit-transition:border-color 0.25s ease;transition:border-color 0.25s ease;}/*!sc*/
.bxamQ ..sc-jWUzzU{color:#ffffff;}/*!sc*/
.bxamQ:focus{box-shadow:inset 0 2px 2px rgba(0,0,0,0.45),0 2px 0 rgba(128,128,128,0.25);}/*!sc*/
data-styled.g114[id="sc-eFegNN"]{content:"bxamQ,"}/*!sc*/
.hYmQQT{font-size:0.929em;line-height:20px;background-color:#2F8132;color:#ffffff;padding:3px 10px;text-transform:uppercase;font-family:Montserrat,sans-serif;margin:0;}/*!sc*/
.mpdtD{font-size:0.929em;line-height:20px;background-color:#cc3333;color:#ffffff;padding:3px 10px;text-transform:uppercase;font-family:Montserrat,sans-serif;margin:0;}/*!sc*/
.dhmOcT{font-size:0.929em;line-height:20px;background-color:#bf581d;color:#ffffff;padding:3px 10px;text-transform:uppercase;font-family:Montserrat,sans-serif;margin:0;}/*!sc*/
.huMmnt{font-size:0.929em;line-height:20px;background-color:#186FAF;color:#ffffff;padding:3px 10px;text-transform:uppercase;font-family:Montserrat,sans-serif;margin:0;}/*!sc*/
.cvQlMm{font-size:0.929em;line-height:20px;background-color:#95507c;color:#ffffff;padding:3px 10px;text-transform:uppercase;font-family:Montserrat,sans-serif;margin:0;}/*!sc*/
.iKSThS{font-size:0.929em;line-height:20px;background-color:#A23DAD;color:#ffffff;padding:3px 10px;text-transform:uppercase;font-family:Montserrat,sans-serif;margin:0;}/*!sc*/
data-styled.g115[id="sc-fmBCVi"]{content:"hYmQQT,mpdtD,dhmOcT,huMmnt,cvQlMm,iKSThS,"}/*!sc*/
.fuqHqW{position:absolute;width:100%;z-index:100;background:#fafafa;color:#263238;box-sizing:border-box;box-shadow:0px 0px 6px rgba(0,0,0,0.33);overflow:hidden;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-transition:all 0.25s ease;transition:all 0.25s ease;visibility:hidden;-webkit-transform:translateY(-50%) scaleY(0);-ms-transform:translateY(-50%) scaleY(0);transform:translateY(-50%) scaleY(0);}/*!sc*/
data-styled.g116[id="sc-lkgTHX"]{content:"fuqHqW,"}/*!sc*/
.fUpXCf{padding:10px;}/*!sc*/
data-styled.g117[id="sc-jlRLRk"]{content:"fUpXCf,"}/*!sc*/
.ggmziU{padding:5px;border:1px solid #ccc;background:#fff;word-break:break-all;color:#32329f;}/*!sc*/
.ggmziU > span{color:#333333;}/*!sc*/
data-styled.g118[id="sc-dUbtfd"]{content:"ggmziU,"}/*!sc*/
.hoRAnv{display:block;border:0;width:100%;text-align:left;padding:10px;border-radius:2px;margin-bottom:4px;line-height:1.5em;cursor:pointer;color:#1d8127;background-color:rgba(29,129,39,0.07);}/*!sc*/
.hoRAnv:focus{outline:auto #1d8127;}/*!sc*/
.wltdp{display:block;border:0;width:100%;text-align:left;padding:10px;border-radius:2px;margin-bottom:4px;line-height:1.5em;cursor:pointer;color:#d41f1c;background-color:rgba(212,31,28,0.07);}/*!sc*/
.wltdp:focus{outline:auto #d41f1c;}/*!sc*/
.gBqHPX{display:block;border:0;width:100%;text-align:left;padding:10px;border-radius:2px;margin-bottom:4px;line-height:1.5em;cursor:pointer;color:#d41f1c;background-color:rgba(212,31,28,0.07);cursor:default;}/*!sc*/
.gBqHPX:focus{outline:auto #d41f1c;}/*!sc*/
.gBqHPX::before{content:"—";font-weight:bold;width:1.5em;text-align:center;display:inline-block;vertical-align:top;}/*!sc*/
.gBqHPX:focus{outline:0;}/*!sc*/
.ccDYpb{display:block;border:0;width:100%;text-align:left;padding:10px;border-radius:2px;margin-bottom:4px;line-height:1.5em;cursor:pointer;color:#87ceeb;background-color:rgba(135,206,235,0.1);cursor:default;}/*!sc*/
.ccDYpb:focus{outline:auto #87ceeb;}/*!sc*/
.ccDYpb::before{content:"—";font-weight:bold;width:1.5em;text-align:center;display:inline-block;vertical-align:top;}/*!sc*/
.ccDYpb:focus{outline:0;}/*!sc*/
.exjkhl{display:block;border:0;width:100%;text-align:left;padding:10px;border-radius:2px;margin-bottom:4px;line-height:1.5em;cursor:pointer;color:#1d8127;background-color:rgba(29,129,39,0.07);cursor:default;}/*!sc*/
.exjkhl:focus{outline:auto #1d8127;}/*!sc*/
.exjkhl::before{content:"—";font-weight:bold;width:1.5em;text-align:center;display:inline-block;vertical-align:top;}/*!sc*/
.exjkhl:focus{outline:0;}/*!sc*/
.dAGviA{display:block;border:0;width:100%;text-align:left;padding:10px;border-radius:2px;margin-bottom:4px;line-height:1.5em;cursor:pointer;color:#ffa500;background-color:rgba(255,165,0,0.1);cursor:default;}/*!sc*/
.dAGviA:focus{outline:auto #ffa500;}/*!sc*/
.dAGviA::before{content:"—";font-weight:bold;width:1.5em;text-align:center;display:inline-block;vertical-align:top;}/*!sc*/
.dAGviA:focus{outline:0;}/*!sc*/
data-styled.g119[id="sc-htJRVC"]{content:"hoRAnv,wltdp,gBqHPX,ccDYpb,exjkhl,dAGviA,"}/*!sc*/
.jHtNTU{vertical-align:top;}/*!sc*/
data-styled.g123[id="sc-fXeWAj"]{content:"jHtNTU,"}/*!sc*/
.bTvSgn{font-size:1.3em;padding:0.2em 0;margin:3em 0 1.1em;color:#333333;font-weight:normal;}/*!sc*/
data-styled.g124[id="sc-fIosxK"]{content:"bTvSgn,"}/*!sc*/
.ilWCwE{margin-bottom:30px;}/*!sc*/
data-styled.g129[id="sc-iFMAIt"]{content:"ilWCwE,"}/*!sc*/
.lptroy{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:20px;height:20px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#32329f;}/*!sc*/
data-styled.g130[id="sc-iqVWFU"]{content:"lptroy,"}/*!sc*/
.iFeLMl{width:260px;background-color:#fafafa;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100vh;position:-webkit-sticky;position:sticky;position:-webkit-sticky;top:0;}/*!sc*/
@media screen and (max-width:50rem){.iFeLMl{position:fixed;z-index:20;width:100%;background:#fafafa;display:none;}}/*!sc*/
@media print{.iFeLMl{display:none;}}/*!sc*/
data-styled.g131[id="sc-eWfVMQ"]{content:"iFeLMl,"}/*!sc*/
.cxHKpm{outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f2f2f2;color:#32329f;display:none;cursor:pointer;position:fixed;right:20px;z-index:100;border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,0.3);bottom:44px;width:60px;height:60px;padding:0 20px;}/*!sc*/
@media screen and (max-width:50rem){.cxHKpm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
.cxHKpm svg{color:#0065FB;}/*!sc*/
@media print{.cxHKpm{display:none;}}/*!sc*/
data-styled.g132[id="sc-kTLmzF"]{content:"cxHKpm,"}/*!sc*/
.cjkacg{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#333333;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;text-align:left;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeSpeed !important;tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;text-size-adjust:100%;}/*!sc*/
.cjkacg *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,255,255,0);}/*!sc*/
data-styled.g133[id="sc-dwsnSq"]{content:"cjkacg,"}/*!sc*/
.jxeukX{z-index:1;position:relative;overflow:hidden;width:calc(100% - 260px);contain:layout;}/*!sc*/
@media print,screen and (max-width:50rem){.jxeukX{width:100%;}}/*!sc*/
data-styled.g134[id="sc-jtXEFf"]{content:"jxeukX,"}/*!sc*/
.bLydqy{background:#263238;position:absolute;top:0;bottom:0;right:0;width:calc((100% - 260px) * 0.4);}/*!sc*/
@media print,screen and (max-width:75rem){.bLydqy{display:none;}}/*!sc*/
data-styled.g135[id="sc-eldieg"]{content:"bLydqy,"}/*!sc*/
.qyDlP{padding:5px 0;}/*!sc*/
data-styled.g136[id="sc-kiIyQV"]{content:"qyDlP,"}/*!sc*/
.KrPzq{width:calc(100% - 40px);box-sizing:border-box;margin:0 20px;padding:5px 10px 5px 20px;border:0;border-bottom:1px solid #e1e1e1;font-family:Roboto,sans-serif;font-weight:bold;font-size:13px;color:#333333;background-color:transparent;outline:none;}/*!sc*/
data-styled.g137[id="sc-cLpAjG"]{content:"KrPzq,"}/*!sc*/
.liFvtQ{position:absolute;left:20px;height:1.8em;width:0.9em;}/*!sc*/
.liFvtQ path{fill:#333333;}/*!sc*/
data-styled.g138[id="sc-iIUQWv"]{content:"liFvtQ,"}/*!sc*/
</style>
  <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
</head>

<body>
  
      <div id="redoc"><div class="sc-dwsnSq cjkacg redoc-wrap"><div class="sc-eWfVMQ iFeLMl menu-content" style="top:0px;height:calc(100vh - 0px)"><div role="search" class="sc-kiIyQV qyDlP"><svg class="sc-iIUQWv liFvtQ search-icon" version="1.1" viewBox="0 0 1000 1000" x="0px" xmlns="http://www.w3.org/2000/svg" y="0px"><path d="M968.2,849.4L667.3,549c83.9-136.5,66.7-317.4-51.7-435.6C477.1-25,252.5-25,113.9,113.4c-138.5,138.3-138.5,362.6,0,501C219.2,730.1,413.2,743,547.6,666.5l301.9,301.4c43.6,43.6,76.9,14.9,104.2-12.4C981,928.3,1011.8,893,968.2,849.4z M524.5,522c-88.9,88.7-233,88.7-321.8,0c-88.9-88.7-88.9-232.6,0-321.3c88.9-88.7,233-88.7,321.8,0C613.4,289.4,613.4,433.3,524.5,522z"></path></svg><input type="text" value="" placeholder="Search..." aria-label="Search" class="sc-cLpAjG KrPzq search-input"/></div><div class="sc-ikJyIC eqZXtE scrollbar-container undefined"><ul class="sc-uojGG cBjpjq" role="menu"><li data-item-id="tag/HTTP-methods" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="HTTP methods" class="sc-hAcGzb hTIqli">HTTP methods</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/HTTP-methods/paths/~1get/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">GET request</span></label></li><li data-item-id="tag/HTTP-methods/paths/~1delete/delete" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="delete" class="sc-ilfuhL eXEyiA operation-type delete">del</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">DELETE request</span></label></li><li data-item-id="tag/HTTP-methods/paths/~1patch/patch" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="patch" class="sc-ilfuhL eXEyiA operation-type patch">patch</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">PATCH request</span></label></li><li data-item-id="tag/HTTP-methods/paths/~1post/post" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="post" class="sc-ilfuhL eXEyiA operation-type post">post</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">POST request</span></label></li><li data-item-id="tag/HTTP-methods/paths/~1put/put" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="put" class="sc-ilfuhL eXEyiA operation-type put">put</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">PUT request</span></label></li></ul></li><li data-item-id="tag/Auth" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="Auth" class="sc-hAcGzb hTIqli">Auth</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/Auth/paths/~1basic-auth~1:user~1:password/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Basic authentication.</span></label></li><li data-item-id="tag/Auth/paths/~1hidden-basic-auth~1:user~1:password/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Hidden basic authentication.</span></label></li><li data-item-id="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Digest authentication.</span></label></li><li data-item-id="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Digest authentication algorithms.</span></label></li><li data-item-id="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm~1:stale_after/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Digest authentication, stale after.</span></label></li><li data-item-id="tag/Auth/paths/~1bearer/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Bearer authentication.</span></label></li></ul></li><li data-item-id="tag/Status-codes" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="Status codes" class="sc-hAcGzb hTIqli">Status codes</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/Status-codes/paths/~1status~1:status/delete" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="delete" class="sc-ilfuhL eXEyiA operation-type delete">del</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Return the specified HTTP status code, works for all HTTP verbs.</span></label></li><li data-item-id="tag/Status-codes/paths/~1status~1:status/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Return the specified HTTP status code, works for all HTTP verbs.</span></label></li><li data-item-id="tag/Status-codes/paths/~1status~1:status/patch" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="patch" class="sc-ilfuhL eXEyiA operation-type patch">patch</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Return the specified HTTP status code, works for all HTTP verbs.</span></label></li><li data-item-id="tag/Status-codes/paths/~1status~1:status/post" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="post" class="sc-ilfuhL eXEyiA operation-type post">post</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Return the specified HTTP status code, works for all HTTP verbs.</span></label></li><li data-item-id="tag/Status-codes/paths/~1status~1:status/put" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="put" class="sc-ilfuhL eXEyiA operation-type put">put</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Return the specified HTTP status code, works for all HTTP verbs.</span></label></li></ul></li><li data-item-id="tag/Request-inspection" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="Request inspection" class="sc-hAcGzb hTIqli">Request inspection</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/Request-inspection/paths/~1headers/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">HTTP request headers.</span></label></li><li data-item-id="tag/Request-inspection/paths/~1ip/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">IP address of the client.</span></label></li><li data-item-id="tag/Request-inspection/paths/~1user-agent/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">The client&#x27;s user agent.</span></label></li></ul></li><li data-item-id="tag/Response-inspection" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="Response inspection" class="sc-hAcGzb hTIqli">Response inspection</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/Response-inspection/paths/~1cache/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Caching</span></label></li><li data-item-id="tag/Response-inspection/paths/~1cache~1:value/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Cache control.</span></label></li><li data-item-id="tag/Response-inspection/paths/~1etag~1:etag/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Work with ETags.</span></label></li><li data-item-id="tag/Response-inspection/paths/~1response-headers/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Set response headers.</span></label></li><li data-item-id="tag/Response-inspection/paths/~1response-headers/post" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="post" class="sc-ilfuhL eXEyiA operation-type post">post</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Set response headers.</span></label></li></ul></li><li data-item-id="tag/Response-formats" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="Response formats" class="sc-hAcGzb hTIqli">Response formats</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/Response-formats/paths/~1deny/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">A simple page that is denied for robots.</span></label></li><li data-item-id="tag/Response-formats/paths/~1gzip/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Send gzip encoded data.</span></label></li><li data-item-id="tag/Response-formats/paths/~1deflate/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Deflated data.</span></label></li><li data-item-id="tag/Response-formats/paths/~1brotli/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">brotli compression</span></label></li><li data-item-id="tag/Response-formats/paths/~1encoding~1utf8/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Send UTF-8 enconded data.</span></label></li><li data-item-id="tag/Response-formats/paths/~1html/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Send an HTML page.</span></label></li><li data-item-id="tag/Response-formats/paths/~1json/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Send a JSON document.</span></label></li><li data-item-id="tag/Response-formats/paths/~1robots.txt/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Send example `robots.txt` rules.</span></label></li><li data-item-id="tag/Response-formats/paths/~1xml/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Send an XML document.</span></label></li></ul></li><li data-item-id="tag/Dynamic-data" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="Dynamic data" class="sc-hAcGzb hTIqli">Dynamic data</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/Dynamic-data/paths/~1base64~1:value/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Base64 decoder</span></label></li><li data-item-id="tag/Dynamic-data/paths/~1bytes~1:n/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Random bytes.</span></label></li><li data-item-id="tag/Dynamic-data/paths/~1delay~1:secs/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Delayed response.</span></label></li><li data-item-id="tag/Dynamic-data/paths/~1drip/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Drip bytes</span></label></li><li data-item-id="tag/Dynamic-data/paths/~1links~1:n~1:offset/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Links</span></label></li><li data-item-id="tag/Dynamic-data/paths/~1stream~1:n/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Stream JSON chunks.</span></label></li><li data-item-id="tag/Dynamic-data/paths/~1stream-bytes~1:n/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Stream in chunks.</span></label></li><li data-item-id="tag/Dynamic-data/paths/~1range~1:n/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Range requests.</span></label></li><li data-item-id="tag/Dynamic-data/paths/~1range~1:n/head" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="head" class="sc-ilfuhL eXEyiA operation-type head">head</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Range requests..</span></label></li><li data-item-id="tag/Dynamic-data/paths/~1uuid/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Random UUID.</span></label></li></ul></li><li data-item-id="tag/Cookies" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="Cookies" class="sc-hAcGzb hTIqli">Cookies</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/Cookies/paths/~1cookies/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Cookie data.</span></label></li><li data-item-id="tag/Cookies/paths/~1cookies~1delete/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Delete cookies.</span></label></li><li data-item-id="tag/Cookies/paths/~1cookies~1set/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Set cookies.</span></label></li><li data-item-id="tag/Cookies/paths/~1cookies~1set~1:name~1:value/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Set one cookie.</span></label></li></ul></li><li data-item-id="tag/Images" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="Images" class="sc-hAcGzb hTIqli">Images</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/Images/paths/~1image/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Return an image.</span></label></li><li data-item-id="tag/Images/paths/~1image~1:format/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Return an image of the specified format.</span></label></li></ul></li><li data-item-id="tag/Redirects" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="Redirects" class="sc-hAcGzb hTIqli">Redirects</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/Redirects/paths/~1absolute-redirect~1:n/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Redirect to an absolute URL, n times.</span></label></li><li data-item-id="tag/Redirects/paths/~1relative-redirect~1:n/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Redirect to a relative URL, n times.</span></label></li><li data-item-id="tag/Redirects/paths/~1redirect-to/delete" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="delete" class="sc-ilfuhL eXEyiA operation-type delete">del</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Redirect to an URL.</span></label></li><li data-item-id="tag/Redirects/paths/~1redirect-to/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Redirect to an URL.</span></label></li><li data-item-id="tag/Redirects/paths/~1redirect-to/patch" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="patch" class="sc-ilfuhL eXEyiA operation-type patch">patch</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Redirect to an URL.</span></label></li><li data-item-id="tag/Redirects/paths/~1redirect-to/post" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="post" class="sc-ilfuhL eXEyiA operation-type post">post</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Redirect to an URL.</span></label></li><li data-item-id="tag/Redirects/paths/~1redirect-to/put" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="put" class="sc-ilfuhL eXEyiA operation-type put">put</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Redirect to an URL.</span></label></li></ul></li><li data-item-id="tag/Anything" class="sc-bilyIR iVJVQY"><label type="tag" role="menuitem" class="sc-eGPXGI cbGskd -depth1"><span title="Anything" class="sc-hAcGzb hTIqli">Anything</span><svg class="sc-egiyK jLPfXH" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></label><ul class="sc-uojGG fZvBef"><li data-item-id="tag/Anything/paths/~1anything/delete" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="delete" class="sc-ilfuhL eXEyiA operation-type delete">del</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Returns anything passed in request data.</span></label></li><li data-item-id="tag/Anything/paths/~1anything/get" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="get" class="sc-ilfuhL eXEyiA operation-type get">get</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Returns anything passed in request data.</span></label></li><li data-item-id="tag/Anything/paths/~1anything/patch" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="patch" class="sc-ilfuhL eXEyiA operation-type patch">patch</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Returns anything passed in request data.</span></label></li><li data-item-id="tag/Anything/paths/~1anything/post" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="post" class="sc-ilfuhL eXEyiA operation-type post">post</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Returns anything passed in request data.</span></label></li><li data-item-id="tag/Anything/paths/~1anything/put" class="sc-bilyIR iVJVQY"><label role="menuitem" class="sc-eGPXGI jDuioL -depth2"><span type="put" class="sc-ilfuhL eXEyiA operation-type put">put</span><span width="calc(100% - 38px)" class="sc-hAcGzb gPtqKT">Returns anything passed in request data.</span></label></li></ul></li></ul><div class="sc-kYHfwS hjTfvW"><a target="_blank" rel="noopener noreferrer" href="https://redocly.com/redoc/">API docs by Redocly</a></div></div></div><div class="sc-kTLmzF cxHKpm"><div class="sc-iqVWFU lptroy"><svg class="" style="transform:translate(2px, -4px) rotate(180deg);transition:transform 0.2s ease" viewBox="0 0 926.23699 573.74994" version="1.1" x="0px" y="0px" width="15" height="15"><g transform="translate(904.92214,-879.1482)"><path d="
          m -673.67664,1221.6502 -231.2455,-231.24803 55.6165,
          -55.627 c 30.5891,-30.59485 56.1806,-55.627 56.8701,-55.627 0.6894,
          0 79.8637,78.60862 175.9427,174.68583 l 174.6892,174.6858 174.6892,
          -174.6858 c 96.079,-96.07721 175.253196,-174.68583 175.942696,
          -174.68583 0.6895,0 26.281,25.03215 56.8701,
          55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864
          -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688,
          -104.0616 -231.873,-231.248 z
        " fill="currentColor"></path></g></svg><svg class="" style="transform:translate(2px, 4px);transition:transform 0.2s ease" viewBox="0 0 926.23699 573.74994" version="1.1" x="0px" y="0px" width="15" height="15"><g transform="translate(904.92214,-879.1482)"><path d="
          m -673.67664,1221.6502 -231.2455,-231.24803 55.6165,
          -55.627 c 30.5891,-30.59485 56.1806,-55.627 56.8701,-55.627 0.6894,
          0 79.8637,78.60862 175.9427,174.68583 l 174.6892,174.6858 174.6892,
          -174.6858 c 96.079,-96.07721 175.253196,-174.68583 175.942696,
          -174.68583 0.6895,0 26.281,25.03215 56.8701,
          55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864
          -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688,
          -104.0616 -231.873,-231.248 z
        " fill="currentColor"></path></g></svg></div></div><div class="sc-jtXEFf jxeukX api-content"><div class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs api-info"><h1 class="sc-furwcr sc-dFtzxp kwcwWd dezuum">webfakes::httpbin_app() API<!-- --> <span>(<!-- -->1.0.0<!-- -->)</span></h1><p>Download OpenAPI specification<!-- -->:<a download="openapi.json" target="_blank" class="sc-brSvTw cfBNBf">Download</a></p><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><div class="sc-evcjhq jnWsnL"><div class="sc-fHeRUh clvmzv"><span class="sc-gIDmLj dSDiln">E-mail<!-- -->:<!-- --> <a href="mailto:csardi.gabor@gmail.com">csardi.gabor@gmail.com</a></span> <!-- --> <span class="sc-gIDmLj dSDiln">License:<!-- --> <a href="https://opensource.org/licenses/MIT">The MIT License</a></span> </div></div></div><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea" data-role="redoc-summary"></div><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea" data-role="redoc-description"><p>This is a webfakes web app for HTTP testing in R packages.
It implements the <a href="https://httpbin.org">https://httpbin.org</a> API</p>
</div></div></div></div><div id="tag/HTTP-methods" data-section-id="tag/HTTP-methods" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/HTTP-methods" aria-label="tag/HTTP-methods"></a>HTTP methods</h1></div></div></div><div id="tag/HTTP-methods/paths/~1get/get" data-section-id="tag/HTTP-methods/paths/~1get/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/HTTP-methods/paths/~1get/get" aria-label="tag/HTTP-methods/paths/~1get/get"></a>GET request<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>An endpoint to make a GET request agains. It returns the request&#39;s
parameters and the request headers, in JSON.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/get</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/get</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-0" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-1" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-1" aria-labelledby="react-tabs-0"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/HTTP-methods/paths/~1delete/delete" data-section-id="tag/HTTP-methods/paths/~1delete/delete" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/HTTP-methods/paths/~1delete/delete" aria-label="tag/HTTP-methods/paths/~1delete/delete"></a>DELETE request<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Endpoint to make DELETE requests againts.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="delete" class="sc-fmBCVi mpdtD http-verb delete">delete</span><span class="sc-jWUzzU hxZHzL">/delete</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/delete</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-2" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-3" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-3" aria-labelledby="react-tabs-2"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/HTTP-methods/paths/~1patch/patch" data-section-id="tag/HTTP-methods/paths/~1patch/patch" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/HTTP-methods/paths/~1patch/patch" aria-label="tag/HTTP-methods/paths/~1patch/patch"></a>PATCH request<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Endpoint to make PATCH requests against.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="patch" class="sc-fmBCVi dhmOcT http-verb patch">patch</span><span class="sc-jWUzzU hxZHzL">/patch</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/patch</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-4" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-5" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-5" aria-labelledby="react-tabs-4"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/HTTP-methods/paths/~1post/post" data-section-id="tag/HTTP-methods/paths/~1post/post" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/HTTP-methods/paths/~1post/post" aria-label="tag/HTTP-methods/paths/~1post/post"></a>POST request<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Endpoints to make a POST request against.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="post" class="sc-fmBCVi huMmnt http-verb post">post</span><span class="sc-jWUzzU hxZHzL">/post</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/post</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-6" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-7" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-7" aria-labelledby="react-tabs-6"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/HTTP-methods/paths/~1put/put" data-section-id="tag/HTTP-methods/paths/~1put/put" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/HTTP-methods/paths/~1put/put" aria-label="tag/HTTP-methods/paths/~1put/put"></a>PUT request<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Endpoints to make a PUT request against.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="put" class="sc-fmBCVi cvQlMm http-verb put">put</span><span class="sc-jWUzzU hxZHzL">/put</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/put</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-8" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-9" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-9" aria-labelledby="react-tabs-8"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Auth" data-section-id="tag/Auth" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/Auth" aria-label="tag/Auth"></a>Auth</h1></div></div></div><div id="tag/Auth/paths/~1basic-auth~1:user~1:password/get" data-section-id="tag/Auth/paths/~1basic-auth~1:user~1:password/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Auth/paths/~1basic-auth~1:user~1:password/get" aria-label="tag/Auth/paths/~1basic-auth~1:user~1:password/get"></a>Basic authentication.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Basic authentication with specified user and password</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="user"><span class="sc-ieecCq fMdASL"></span><span class="property-name">user</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>User name.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="password"><span class="sc-ieecCq fMdASL"></span><span class="property-name">password</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Password.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">header<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="Authorization"><span class="sc-ieecCq fMdASL"></span><span class="property-name">Authorization</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Base64 encoded user name and password. See <a href="https://en.wikipedia.org/wiki/Basic_access_authentication#Client_side">https://en.wikipedia.org/wiki/Basic_access_authentication#Client_side</a> for the protocol.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC wltdp"><svg class="sc-egiyK FBjwd" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">401<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Failed authentication.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/basic-auth/:user/:password</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/basic-auth/:user/:password</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-10" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-11" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-11" aria-labelledby="react-tabs-10"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"authenticated"</span>: <span class="token boolean">true</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"user"</span>: <span class="token string">&quot;Aladdin&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Auth/paths/~1hidden-basic-auth~1:user~1:password/get" data-section-id="tag/Auth/paths/~1hidden-basic-auth~1:user~1:password/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Auth/paths/~1hidden-basic-auth~1:user~1:password/get" aria-label="tag/Auth/paths/~1hidden-basic-auth~1:user~1:password/get"></a>Hidden basic authentication.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Basic authentication with specified user and password. This is the same
as <code>/basic-auth</code>, but it returns a 404 if no authentication is supplied or
the authentication fails.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="user"><span class="sc-ieecCq fMdASL"></span><span class="property-name">user</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>User name.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="password"><span class="sc-ieecCq fMdASL"></span><span class="property-name">password</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Password.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">header<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="Authorization"><span class="sc-ieecCq fMdASL"></span><span class="property-name">Authorization</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Base64 encoded user name and password.
See <a href="https://en.wikipedia.org/wiki/Basic_access_authentication#Client_side">https://en.wikipedia.org/wiki/Basic_access_authentication#Client_side</a>
for the protocol.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">404<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Failed authentication.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/hidden-basic-auth/:user/:password</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/hidden-basic-auth/:user/:password</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-12" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-13" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-13" aria-labelledby="react-tabs-12"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"authenticated"</span>: <span class="token boolean">true</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"user"</span>: <span class="token string">&quot;Aladdin&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd/get" data-section-id="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd/get" aria-label="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd/get"></a>Digest authentication.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Digest authentication with specified user and password</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="qop"><span class="sc-ieecCq fMdASL"></span><span class="property-name">qop</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Quality of protection, possible values are <code>auth</code> and <code>auth-int</code>.</p>
</div></div></div></td></tr><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="user"><span class="sc-ieecCq fMdASL"></span><span class="property-name">user</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>User name.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="passwd"><span class="sc-ieecCq fMdASL"></span><span class="property-name">passwd</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Password.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="require_cookie"><span class="sc-ieecCq fMdASL"></span><span class="property-name">require_cookie</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">any</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Whether to require cookie handling for a successful authentication.
Set to <code>1</code>, &#39;t<code>or</code>true` to require cookies.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">header<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="Authorization"><span class="sc-ieecCq fMdASL"></span><span class="property-name">Authorization</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Digest authentication header. See
<a href="https://en.wikipedia.org/wiki/Digest_access_authentication">https://en.wikipedia.org/wiki/Digest_access_authentication</a> for the details.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">401<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Failed authentication.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/digest-auth/:qop/:user/:passwd</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/digest-auth/:qop/:user/:passwd</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-14" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-15" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-15" aria-labelledby="react-tabs-14"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"authenticated"</span>: <span class="token boolean">true</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"user"</span>: <span class="token string">&quot;Aladdin&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm/get" data-section-id="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm/get" aria-label="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm/get"></a>Digest authentication algorithms.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Digest authentication with specified user and password, and algorithm.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="qop"><span class="sc-ieecCq fMdASL"></span><span class="property-name">qop</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Quality of protection, possible values are <code>auth</code> and <code>auth-int</code>.</p>
</div></div></div></td></tr><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="user"><span class="sc-ieecCq fMdASL"></span><span class="property-name">user</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>User name.</p>
</div></div></div></td></tr><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="passwd"><span class="sc-ieecCq fMdASL"></span><span class="property-name">passwd</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Password.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="algorithm"><span class="sc-ieecCq fMdASL"></span><span class="property-name">algorithm</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Hashing algorithm to use: <code>MD5</code>, <code>SHA-256</code> or <code>SHA-512</code>.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="require_cookie"><span class="sc-ieecCq fMdASL"></span><span class="property-name">require_cookie</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">any</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Whether to require cookie handling for a successful authentication.
Set to <code>1</code>, &#39;t<code>or</code>true` to require cookies.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">header<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="Authorization"><span class="sc-ieecCq fMdASL"></span><span class="property-name">Authorization</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Digest authentication header. See
<a href="https://en.wikipedia.org/wiki/Digest_access_authentication">https://en.wikipedia.org/wiki/Digest_access_authentication</a> for the details.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">401<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Failed authentication.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/digest-auth/:qop/:user/:passwd/:algorithm</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/digest-auth/:qop/:user/:passwd/:algorithm</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-16" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-17" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-17" aria-labelledby="react-tabs-16"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"authenticated"</span>: <span class="token boolean">true</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"user"</span>: <span class="token string">&quot;Aladdin&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm~1:stale_after/get" data-section-id="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm~1:stale_after/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm~1:stale_after/get" aria-label="tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm~1:stale_after/get"></a>Digest authentication, stale after.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Digest authentication with specified user, password and algorithm,
with a stale_after value.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="qop"><span class="sc-ieecCq fMdASL"></span><span class="property-name">qop</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Quality of protection, possible values are <code>auth</code> and <code>auth-int</code>.</p>
</div></div></div></td></tr><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="user"><span class="sc-ieecCq fMdASL"></span><span class="property-name">user</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>User name.</p>
</div></div></div></td></tr><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="passwd"><span class="sc-ieecCq fMdASL"></span><span class="property-name">passwd</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Password.</p>
</div></div></div></td></tr><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="algorithm"><span class="sc-ieecCq fMdASL"></span><span class="property-name">algorithm</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Hashing algorithm to use: <code>MD5</code>, <code>SHA-256</code> or <code>SHA-512</code>.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="stale_after"><span class="sc-ieecCq fMdASL"></span><span class="property-name">stale_after</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>How many requests are allowed. This is stored in a cookie.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="require_cookie"><span class="sc-ieecCq fMdASL"></span><span class="property-name">require_cookie</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">any</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Whether to require cookie handling for a successful authentication.
Set to <code>1</code>, &#39;t<code>or</code>true` to require cookies.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">header<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="Authorization"><span class="sc-ieecCq fMdASL"></span><span class="property-name">Authorization</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Digest authentication header. See
<a href="https://en.wikipedia.org/wiki/Digest_access_authentication">https://en.wikipedia.org/wiki/Digest_access_authentication</a> for the details.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">401<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Failed authentication.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/digest-auth/:qop/:user/:passwd/:algorithm/:stale_after</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/digest-auth/:qop/:user/:passwd/:algorithm/:stale_after</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-18" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-19" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-19" aria-labelledby="react-tabs-18"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"authenticated"</span>: <span class="token boolean">true</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"user"</span>: <span class="token string">&quot;Aladdin&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Auth/paths/~1bearer/get" data-section-id="tag/Auth/paths/~1bearer/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Auth/paths/~1bearer/get" aria-label="tag/Auth/paths/~1bearer/get"></a>Bearer authentication.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Checks is that a token is supplied in the <code>Authorization</code> header.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">header<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="Authorization"><span class="sc-ieecCq fMdASL"></span><span class="property-name">Authorization</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span><span class="sc-lbhJGD sc-gGCDDS gHbDui eTfxwi">^Bearer </span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC wltdp"><svg class="sc-egiyK FBjwd" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">401<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Failed authentication.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/bearer</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/bearer</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-20" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-21" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-21" aria-labelledby="react-tabs-20"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"authenticated"</span>: <span class="token boolean">true</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"token"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Status-codes" data-section-id="tag/Status-codes" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/Status-codes" aria-label="tag/Status-codes"></a>Status codes</h1></div></div></div><div id="tag/Status-codes/paths/~1status~1:status/delete" data-section-id="tag/Status-codes/paths/~1status~1:status/delete" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Status-codes/paths/~1status~1:status/delete" aria-label="tag/Status-codes/paths/~1status~1:status/delete"></a>Return the specified HTTP status code, works for all HTTP verbs.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>. See
<a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes">https://en.wikipedia.org/wiki/List_of_HTTP_status_codes</a> for more
about status codes.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="status"><span class="sc-ieecCq fMdASL"></span><span class="property-name">status</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Status code.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC ccDYpb" disabled=""><strong class="sc-fXeWAj jHtNTU">100<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Informational responses.</p>
</span></button></div><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">300<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Redirection.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">400<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Client errors.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">500<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Server errors.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="delete" class="sc-fmBCVi mpdtD http-verb delete">delete</span><span class="sc-jWUzzU hxZHzL">/status/:status</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/status/:status</div></div></div></div></div></div></div></div><div id="tag/Status-codes/paths/~1status~1:status/get" data-section-id="tag/Status-codes/paths/~1status~1:status/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Status-codes/paths/~1status~1:status/get" aria-label="tag/Status-codes/paths/~1status~1:status/get"></a>Return the specified HTTP status code, works for all HTTP verbs.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>. See
<a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes">https://en.wikipedia.org/wiki/List_of_HTTP_status_codes</a> for more
about status codes.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="status"><span class="sc-ieecCq fMdASL"></span><span class="property-name">status</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Status code.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC ccDYpb" disabled=""><strong class="sc-fXeWAj jHtNTU">100<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Informational responses.</p>
</span></button></div><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">300<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Redirection.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">400<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Client errors.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">500<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Server errors.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/status/:status</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/status/:status</div></div></div></div></div></div></div></div><div id="tag/Status-codes/paths/~1status~1:status/patch" data-section-id="tag/Status-codes/paths/~1status~1:status/patch" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Status-codes/paths/~1status~1:status/patch" aria-label="tag/Status-codes/paths/~1status~1:status/patch"></a>Return the specified HTTP status code, works for all HTTP verbs.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>. See
<a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes">https://en.wikipedia.org/wiki/List_of_HTTP_status_codes</a> for more
about status codes.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="status"><span class="sc-ieecCq fMdASL"></span><span class="property-name">status</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Status code.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC ccDYpb" disabled=""><strong class="sc-fXeWAj jHtNTU">100<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Informational responses.</p>
</span></button></div><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">300<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Redirection.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">400<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Client errors.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">500<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Server errors.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="patch" class="sc-fmBCVi dhmOcT http-verb patch">patch</span><span class="sc-jWUzzU hxZHzL">/status/:status</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/status/:status</div></div></div></div></div></div></div></div><div id="tag/Status-codes/paths/~1status~1:status/post" data-section-id="tag/Status-codes/paths/~1status~1:status/post" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Status-codes/paths/~1status~1:status/post" aria-label="tag/Status-codes/paths/~1status~1:status/post"></a>Return the specified HTTP status code, works for all HTTP verbs.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>. See
<a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes">https://en.wikipedia.org/wiki/List_of_HTTP_status_codes</a> for more
about status codes.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="status"><span class="sc-ieecCq fMdASL"></span><span class="property-name">status</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Status code.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC ccDYpb" disabled=""><strong class="sc-fXeWAj jHtNTU">100<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Informational responses.</p>
</span></button></div><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">300<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Redirection.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">400<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Client errors.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">500<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Server errors.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="post" class="sc-fmBCVi huMmnt http-verb post">post</span><span class="sc-jWUzzU hxZHzL">/status/:status</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/status/:status</div></div></div></div></div></div></div></div><div id="tag/Status-codes/paths/~1status~1:status/put" data-section-id="tag/Status-codes/paths/~1status~1:status/put" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Status-codes/paths/~1status~1:status/put" aria-label="tag/Status-codes/paths/~1status~1:status/put"></a>Return the specified HTTP status code, works for all HTTP verbs.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>. See
<a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes">https://en.wikipedia.org/wiki/List_of_HTTP_status_codes</a> for more
about status codes.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="status"><span class="sc-ieecCq fMdASL"></span><span class="property-name">status</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Status code.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC ccDYpb" disabled=""><strong class="sc-fXeWAj jHtNTU">100<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Informational responses.</p>
</span></button></div><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Success.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">300<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Redirection.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">400<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Client errors.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">500<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Server errors.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="put" class="sc-fmBCVi cvQlMm http-verb put">put</span><span class="sc-jWUzzU hxZHzL">/status/:status</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/status/:status</div></div></div></div></div></div></div></div><div id="tag/Request-inspection" data-section-id="tag/Request-inspection" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/Request-inspection" aria-label="tag/Request-inspection"></a>Request inspection</h1></div></div></div><div id="tag/Request-inspection/paths/~1headers/get" data-section-id="tag/Request-inspection/paths/~1headers/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Request-inspection/paths/~1headers/get" aria-label="tag/Request-inspection/paths/~1headers/get"></a>HTTP request headers.<!-- --> </h2><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The requests&#39;s HTTP headers.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/headers</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/headers</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-22" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-23" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-23" aria-labelledby="react-tabs-22"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Request-inspection/paths/~1ip/get" data-section-id="tag/Request-inspection/paths/~1ip/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Request-inspection/paths/~1ip/get" aria-label="tag/Request-inspection/paths/~1ip/get"></a>IP address of the client.<!-- --> </h2><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The IP address of the client, usually <code>127.0.0.1</code>, as the webfakes
server runs on the localhost.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/ip</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/ip</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-24" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-25" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-25" aria-labelledby="react-tabs-24"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Request-inspection/paths/~1user-agent/get" data-section-id="tag/Request-inspection/paths/~1user-agent/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Request-inspection/paths/~1user-agent/get" aria-label="tag/Request-inspection/paths/~1user-agent/get"></a>The client&#x27;s user agent.<!-- --> </h2><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The content of the <code>User-Agent</code> HTTP request header.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/user-agent</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/user-agent</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-26" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-27" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-27" aria-labelledby="react-tabs-26"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"user-agent"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Response-inspection" data-section-id="tag/Response-inspection" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/Response-inspection" aria-label="tag/Response-inspection"></a>Response inspection</h1></div></div></div><div id="tag/Response-inspection/paths/~1cache/get" data-section-id="tag/Response-inspection/paths/~1cache/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-inspection/paths/~1cache/get" aria-label="tag/Response-inspection/paths/~1cache/get"></a>Caching<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Returns a 304 if an <code>If-Modified-Since</code> header or <code>If-None-Match</code> is present.
Returns the same as a GET otherwise.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">header<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="If-Modified-Since"><span class="sc-ieecCq fMdASL"></span><span class="property-name">If-Modified-Since</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">any</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="If-None-Match"><span class="sc-ieecCq fMdASL"></span><span class="property-name">If-None-Match</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">any</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Cached response.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">304<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Modified.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/cache</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/cache</div></div></div></div></div></div></div></div><div id="tag/Response-inspection/paths/~1cache~1:value/get" data-section-id="tag/Response-inspection/paths/~1cache~1:value/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-inspection/paths/~1cache~1:value/get" aria-label="tag/Response-inspection/paths/~1cache~1:value/get"></a>Cache control.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Sets a <code>Cache-Control</code> header for n seconds.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="value"><span class="sc-ieecCq fMdASL"></span><span class="property-name">value</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Cache control set.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/cache/:value</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/cache/:value</div></div></div></div></div></div></div></div><div id="tag/Response-inspection/paths/~1etag~1:etag/get" data-section-id="tag/Response-inspection/paths/~1etag~1:etag/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-inspection/paths/~1etag~1:etag/get" aria-label="tag/Response-inspection/paths/~1etag~1:etag/get"></a>Work with ETags.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Assumes the specified <code>etag</code> parameter as the <code>ETag</code> header.</p>
<ul>
<li>If a matching tag is supplied in the <code>If-None-Match</code> header, then
it returns with HTTP status code 304.</li>
<li>If a non-matching <code>If-Match</code> header is supplied, then it return with
HTTP status code 412.</li>
<li>Otherwise it returns with a JSON body and status 200.</li>
</ul>
<p>See <a href="https://en.wikipedia.org/wiki/HTTP_ETag">https://en.wikipedia.org/wiki/HTTP_ETag</a> for more about <code>ETag</code>
headers.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="etag"><span class="sc-ieecCq fMdASL"></span><span class="property-name">etag</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Assumed ETag value.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Non-matching <code>If-Non-Match</code> or matching <code>If-Match</code>, or no
such headers at all.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">304<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Matching <code>If-Non-Match</code> header.</p>
</span></button></div><div><button class="sc-htJRVC gBqHPX" disabled=""><strong class="sc-fXeWAj jHtNTU">412<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Non-matchinf <code>If-Match</code> header.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/etag/:etag</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/etag/:etag</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-28" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-29" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-29" aria-labelledby="react-tabs-28"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Response-inspection/paths/~1response-headers/get" data-section-id="tag/Response-inspection/paths/~1response-headers/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-inspection/paths/~1response-headers/get" aria-label="tag/Response-inspection/paths/~1response-headers/get"></a>Set response headers.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Set response headers from the passed query parameters. The same
parameter migth be specified multiple times to create the same HTTP
header multiple times.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ sc-gSQFLo kCCtqV fwnkRw iFIEVq" kind="field" title="params"><span class="sc-ieecCq fMdASL"></span><button aria-label="expand properties"><span class="property-name">params</span><svg class="sc-egiyK cUKGZj" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">object</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The passed query parameters are also returned as a JSON response.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/response-headers</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/response-headers</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-30" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-31" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-31" aria-labelledby="react-tabs-30"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><span class="token punctuation">{ }</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Response-inspection/paths/~1response-headers/post" data-section-id="tag/Response-inspection/paths/~1response-headers/post" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-inspection/paths/~1response-headers/post" aria-label="tag/Response-inspection/paths/~1response-headers/post"></a>Set response headers.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Set response headers from the passed query parameters. The same
parameter migth be specified multiple times to create the same HTTP
header multiple times.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ sc-gSQFLo kCCtqV fwnkRw iFIEVq" kind="field" title="params"><span class="sc-ieecCq fMdASL"></span><button aria-label="expand properties"><span class="property-name">params</span><svg class="sc-egiyK cUKGZj" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">object</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The passed query parameters are also returned as a JSON response.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="post" class="sc-fmBCVi huMmnt http-verb post">post</span><span class="sc-jWUzzU hxZHzL">/response-headers</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/response-headers</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-32" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-33" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-33" aria-labelledby="react-tabs-32"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><span class="token punctuation">{ }</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Response-formats" data-section-id="tag/Response-formats" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/Response-formats" aria-label="tag/Response-formats"></a>Response formats</h1></div></div></div><div id="tag/Response-formats/paths/~1deny/get" data-section-id="tag/Response-formats/paths/~1deny/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-formats/paths/~1deny/get" aria-label="tag/Response-formats/paths/~1deny/get"></a>A simple page that is denied for robots.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This exists in conjunction with <code>/robots.txt</code> which disallows this page.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>A simple page.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/deny</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/deny</div></div></div></div></div></div></div></div><div id="tag/Response-formats/paths/~1gzip/get" data-section-id="tag/Response-formats/paths/~1gzip/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-formats/paths/~1gzip/get" aria-label="tag/Response-formats/paths/~1gzip/get"></a>Send gzip encoded data.<!-- --> </h2><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Some gzipped JSON.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/gzip</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/gzip</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-34" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-35" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-35" aria-labelledby="react-tabs-34"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Response-formats/paths/~1deflate/get" data-section-id="tag/Response-formats/paths/~1deflate/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-formats/paths/~1deflate/get" aria-label="tag/Response-formats/paths/~1deflate/get"></a>Deflated data.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Returns Deflate-encoded data. This needs the zip R package.</p>
</div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/deflate</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/deflate</div></div></div></div></div></div></div></div><div id="tag/Response-formats/paths/~1brotli/get" data-section-id="tag/Response-formats/paths/~1brotli/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-formats/paths/~1brotli/get" aria-label="tag/Response-formats/paths/~1brotli/get"></a>brotli compression<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Returns brotli-encoded data. This needs the brotli R package.</p>
</div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/brotli</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/brotli</div></div></div></div></div></div></div></div><div id="tag/Response-formats/paths/~1encoding~1utf8/get" data-section-id="tag/Response-formats/paths/~1encoding~1utf8/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-formats/paths/~1encoding~1utf8/get" aria-label="tag/Response-formats/paths/~1encoding~1utf8/get"></a>Send UTF-8 enconded data.<!-- --> </h2><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>HTML with a lot of UTF-8.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/encoding/utf8</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/encoding/utf8</div></div></div></div></div></div></div></div><div id="tag/Response-formats/paths/~1html/get" data-section-id="tag/Response-formats/paths/~1html/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-formats/paths/~1html/get" aria-label="tag/Response-formats/paths/~1html/get"></a>Send an HTML page.<!-- --> </h2><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>An example HTML page.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/html</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/html</div></div></div></div></div></div></div></div><div id="tag/Response-formats/paths/~1json/get" data-section-id="tag/Response-formats/paths/~1json/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-formats/paths/~1json/get" aria-label="tag/Response-formats/paths/~1json/get"></a>Send a JSON document.<!-- --> </h2><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>An example JSON document.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/json</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/json</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-36" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-37" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-37" aria-labelledby="react-tabs-36"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><span class="token punctuation">{ }</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Response-formats/paths/~1robots.txt/get" data-section-id="tag/Response-formats/paths/~1robots.txt/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-formats/paths/~1robots.txt/get" aria-label="tag/Response-formats/paths/~1robots.txt/get"></a>Send example `robots.txt` rules.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>It will not allow the <code>/deny</code> endpoint.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>An example <code>robots.txt</code> file.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/robots.txt</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/robots.txt</div></div></div></div></div></div></div></div><div id="tag/Response-formats/paths/~1xml/get" data-section-id="tag/Response-formats/paths/~1xml/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Response-formats/paths/~1xml/get" aria-label="tag/Response-formats/paths/~1xml/get"></a>Send an XML document.<!-- --> </h2><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>An example XML document.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/xml</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/xml</div></div></div></div></div></div></div></div><div id="tag/Dynamic-data" data-section-id="tag/Dynamic-data" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data" aria-label="tag/Dynamic-data"></a>Dynamic data</h1></div></div></div><div id="tag/Dynamic-data/paths/~1base64~1:value/get" data-section-id="tag/Dynamic-data/paths/~1base64~1:value/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data/paths/~1base64~1:value/get" aria-label="tag/Dynamic-data/paths/~1base64~1:value/get"></a>Base64 decoder<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Base64 decode the supplied value and echo it back.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="value"><span class="sc-ieecCq fMdASL"></span><span class="property-name">value</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Assumed ETag value.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Decoded base64.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/base64/:value</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/base64/:value</div></div></div></div></div></div></div></div><div id="tag/Dynamic-data/paths/~1bytes~1:n/get" data-section-id="tag/Dynamic-data/paths/~1bytes~1:n/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data/paths/~1bytes~1:n/get" aria-label="tag/Dynamic-data/paths/~1bytes~1:n/get"></a>Random bytes.<!-- --> </h2><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="n"><span class="sc-ieecCq fMdASL"></span><span class="property-name">n</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of bytes, maximum 10000.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Random bytes.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/bytes/:n</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/bytes/:n</div></div></div></div></div></div></div></div><div id="tag/Dynamic-data/paths/~1delay~1:secs/get" data-section-id="tag/Dynamic-data/paths/~1delay~1:secs/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data/paths/~1delay~1:secs/get" aria-label="tag/Dynamic-data/paths/~1delay~1:secs/get"></a>Delayed response.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Wait for the specified number of seconds before sending the response.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="secs"><span class="sc-ieecCq fMdASL"></span><span class="property-name">secs</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">number</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of seconds, fractions are supported.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>JSON response.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/delay/:secs</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/delay/:secs</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-38" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-39" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-39" aria-labelledby="react-tabs-38"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Dynamic-data/paths/~1drip/get" data-section-id="tag/Dynamic-data/paths/~1drip/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data/paths/~1drip/get" aria-label="tag/Dynamic-data/paths/~1drip/get"></a>Drip bytes<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Drip the specified number of bytes over the specified number of seconds,
potentially after some initial delay.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="duration"><span class="sc-ieecCq fMdASL"></span><span class="property-name">duration</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">number</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">2</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of seconds for the whole response.</p>
</div></div></div></td></tr><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="numbytes"><span class="sc-ieecCq fMdASL"></span><span class="property-name">numbytes</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">10</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of bytes to return.</p>
</div></div></div></td></tr><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="code"><span class="sc-ieecCq fMdASL"></span><span class="property-name">code</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">200</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>HTTP status code to return with.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="delay"><span class="sc-ieecCq fMdASL"></span><span class="property-name">delay</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">number</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">0</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Initial delay, in seconds. Zero means no delay.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Data of the specified length. The status code is not neccesarily
200, but the one specified in the <code>code</code> query parameter.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/drip</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/drip</div></div></div></div></div></div></div></div><div id="tag/Dynamic-data/paths/~1links~1:n~1:offset/get" data-section-id="tag/Dynamic-data/paths/~1links~1:n~1:offset/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data/paths/~1links~1:n~1:offset/get" aria-label="tag/Dynamic-data/paths/~1links~1:n~1:offset/get"></a>Links<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Generate a page containing n links to other pages which do the same.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="n"><span class="sc-ieecCq fMdASL"></span><span class="property-name">n</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of links.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="offset"><span class="sc-ieecCq fMdASL"></span><span class="property-name">offset</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Id of the page to return, out of <code>n</code>.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>HTML links.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/links/:n/:offset</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/links/:n/:offset</div></div></div></div></div></div></div></div><div id="tag/Dynamic-data/paths/~1stream~1:n/get" data-section-id="tag/Dynamic-data/paths/~1stream~1:n/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data/paths/~1stream~1:n/get" aria-label="tag/Dynamic-data/paths/~1stream~1:n/get"></a>Stream JSON chunks.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Stream <code>n</code> JSON responses, each terminated by a newline character.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="n"><span class="sc-ieecCq fMdASL"></span><span class="property-name">n</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of JSON chunks to send.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Streamed JSON responses. Each JSON chunk contains an <code>id</code> field, from
zero, up to <code>n-1</code>.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/stream/:n</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/stream/:n</div></div></div></div></div></div></div></div><div id="tag/Dynamic-data/paths/~1stream-bytes~1:n/get" data-section-id="tag/Dynamic-data/paths/~1stream-bytes~1:n/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data/paths/~1stream-bytes~1:n/get" aria-label="tag/Dynamic-data/paths/~1stream-bytes~1:n/get"></a>Stream in chunks.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Streams n random bytes generated with given seed, at given chunk
size per packet.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="n"><span class="sc-ieecCq fMdASL"></span><span class="property-name">n</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of bytes, maximum 102400.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="seed"><span class="sc-ieecCq fMdASL"></span><span class="property-name">seed</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">number</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">42</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Random seed.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="chunk-size"><span class="sc-ieecCq fMdASL"></span><span class="property-name">chunk-size</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">10240</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Size of a chunked for the chunked encoding. The last chunk migh be
shorter than his.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Random bytes.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/stream-bytes/:n</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/stream-bytes/:n</div></div></div></div></div></div></div></div><div id="tag/Dynamic-data/paths/~1range~1:n/get" data-section-id="tag/Dynamic-data/paths/~1range~1:n/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data/paths/~1range~1:n/get" aria-label="tag/Dynamic-data/paths/~1range~1:n/get"></a>Range requests.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Send only part of the response, after a <code>Range</code> header.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="n"><span class="sc-ieecCq fMdASL"></span><span class="property-name">n</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of bytes, maximum 102400.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="chunk_size"><span class="sc-ieecCq fMdASL"></span><span class="property-name">chunk_size</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">number</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">10240</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Chunk size, if <code>duration</code> is not 0.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="duration"><span class="sc-ieecCq fMdASL"></span><span class="property-name">duration</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">number</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">0</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Duration for the total response. It applies to the full response size
without ranges.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Full response, if there was no <code>Range</code> header, or the <code>Range</code> header
was invalid.</p>
</span></button></div><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">206<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Partial response, containing the requested range.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/range/:n</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/range/:n</div></div></div></div></div></div></div></div><div id="tag/Dynamic-data/paths/~1range~1:n/head" data-section-id="tag/Dynamic-data/paths/~1range~1:n/head" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data/paths/~1range~1:n/head" aria-label="tag/Dynamic-data/paths/~1range~1:n/head"></a>Range requests..<!-- --> </h2><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="n"><span class="sc-ieecCq fMdASL"></span><span class="property-name">n</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of bytes, maximum 102400.</p>
</div></div></div></td></tr></tbody></table></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="chunk_size"><span class="sc-ieecCq fMdASL"></span><span class="property-name">chunk_size</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">number</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">10240</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Chunk size, if <code>duration</code> is not 0.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="duration"><span class="sc-ieecCq fMdASL"></span><span class="property-name">duration</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">number</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">0</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Duration for the total response. It applies to the full response size
without ranges.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC exjkhl" disabled=""><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Response with an <code>Accept-Ranges: bytes</code> header.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="head" class="sc-fmBCVi iKSThS http-verb head">head</span><span class="sc-jWUzzU hxZHzL">/range/:n</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/range/:n</div></div></div></div></div></div></div></div><div id="tag/Dynamic-data/paths/~1uuid/get" data-section-id="tag/Dynamic-data/paths/~1uuid/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Dynamic-data/paths/~1uuid/get" aria-label="tag/Dynamic-data/paths/~1uuid/get"></a>Random UUID.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>It is pseudo-random, and not secure.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Random UUID v4 in JSON.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/uuid</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/uuid</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-40" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-41" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-41" aria-labelledby="react-tabs-40"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"uuid"</span>: <span class="token string">&quot;ee4610df-3b7b-4624-8ce9-da6975b3e9f1&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Cookies" data-section-id="tag/Cookies" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/Cookies" aria-label="tag/Cookies"></a>Cookies</h1></div></div></div><div id="tag/Cookies/paths/~1cookies/get" data-section-id="tag/Cookies/paths/~1cookies/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Cookies/paths/~1cookies/get" aria-label="tag/Cookies/paths/~1cookies/get"></a>Cookie data.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Returns cookie data.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Set cookies.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/cookies</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/cookies</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-42" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-43" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-43" aria-labelledby="react-tabs-42"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"cookies"</span>: <span class="token punctuation">{ }</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Cookies/paths/~1cookies~1delete/get" data-section-id="tag/Cookies/paths/~1cookies~1delete/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Cookies/paths/~1cookies~1delete/get" aria-label="tag/Cookies/paths/~1cookies~1delete/get"></a>Delete cookies.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Deletes cookie(s) as provided by the query string and redirects
to cookie list.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="freeform"><span class="sc-ieecCq fMdASL"></span><span class="property-name">freeform</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">any</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">302<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Redirect to the cookie list.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/cookies/delete</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/cookies/delete</div></div></div></div></div></div></div></div><div id="tag/Cookies/paths/~1cookies~1set/get" data-section-id="tag/Cookies/paths/~1cookies~1set/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Cookies/paths/~1cookies~1set/get" aria-label="tag/Cookies/paths/~1cookies~1set/get"></a>Set cookies.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Sets cookie(s) as provided by the query string and redirects
to cookie list.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="freeform"><span class="sc-ieecCq fMdASL"></span><span class="property-name">freeform</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">any</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">302<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Redirect to the cookie list.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/cookies/set</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/cookies/set</div></div></div></div></div></div></div></div><div id="tag/Cookies/paths/~1cookies~1set~1:name~1:value/get" data-section-id="tag/Cookies/paths/~1cookies~1set~1:name~1:value/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Cookies/paths/~1cookies~1set~1:name~1:value/get" aria-label="tag/Cookies/paths/~1cookies~1set~1:name~1:value/get"></a>Set one cookie.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>Sets a cookie and redirects to cookie list.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="name"><span class="sc-ieecCq fMdASL"></span><span class="property-name">name</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Cookie name.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="value"><span class="sc-ieecCq fMdASL"></span><span class="property-name">value</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Cookie value.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">302<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Redirect to the cookie list.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/cookies/set/:name/:value</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/cookies/set/:name/:value</div></div></div></div></div></div></div></div><div id="tag/Images" data-section-id="tag/Images" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/Images" aria-label="tag/Images"></a>Images</h1></div></div></div><div id="tag/Images/paths/~1image/get" data-section-id="tag/Images/paths/~1image/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Images/paths/~1image/get" aria-label="tag/Images/paths/~1image/get"></a>Return an image.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>It selects the format according to the <code>Accept</code> request header.
Supported formats: <code>image/jpeg</code>, <code>image/png</code>, <code>image/svg+xml</code>,
<code>image/webp</code>, <code>image/*</code>.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">header<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="Accept"><span class="sc-ieecCq fMdASL"></span><span class="property-name">Accept</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Accepted image content type.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Image file.</p>
</span></button></div><div><button class="sc-htJRVC wltdp"><svg class="sc-egiyK FBjwd" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">406<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The client did not request a supported media type.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/image</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/image</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-error react-tabs__tab--selected" role="tab" id="react-tabs-44" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-45" tabindex="0" data-rttab="true">406</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-45" aria-labelledby="react-tabs-44"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"message"</span>: <span class="token string">&quot;Client did not request a supported media type.&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"accept"</span>: <button class="collapser" aria-label="collapse"></button><span class="token punctuation">[</span><span class="ellipsis"></span><ul class="array collapsible"><li><div class="hoverable collapsed"><span class="token string">&quot;image/jpeg&quot;</span>,</div></li><li><div class="hoverable collapsed"><span class="token string">&quot;image/png&quot;</span>,</div></li><li><div class="hoverable collapsed"><span class="token string">&quot;image/svg+xml&quot;</span>,</div></li><li><div class="hoverable collapsed"><span class="token string">&quot;image/webp&quot;</span></div></li></ul><span class="token punctuation">]</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Images/paths/~1image~1:format/get" data-section-id="tag/Images/paths/~1image~1:format/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Images/paths/~1image~1:format/get" aria-label="tag/Images/paths/~1image~1:format/get"></a>Return an image of the specified format.<!-- --> </h2><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="format"><span class="sc-ieecCq fMdASL"></span><span class="property-name">format</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Image format. May be <code>jpeg</code>, <code>png</code>, <code>svg</code> or <code>webp</code>.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Image file.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/image/:format</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/image/:format</div></div></div></div></div></div></div></div><div id="tag/Redirects" data-section-id="tag/Redirects" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/Redirects" aria-label="tag/Redirects"></a>Redirects</h1></div></div></div><div id="tag/Redirects/paths/~1absolute-redirect~1:n/get" data-section-id="tag/Redirects/paths/~1absolute-redirect~1:n/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Redirects/paths/~1absolute-redirect~1:n/get" aria-label="tag/Redirects/paths/~1absolute-redirect~1:n/get"></a>Redirect to an absolute URL, n times.<!-- --> </h2><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="n"><span class="sc-ieecCq fMdASL"></span><span class="property-name">n</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of times to redirect. Maximum is five.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">302<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Redirect.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/absolute-redirect/:n</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/absolute-redirect/:n</div></div></div></div></div></div></div></div><div id="tag/Redirects/paths/~1relative-redirect~1:n/get" data-section-id="tag/Redirects/paths/~1relative-redirect~1:n/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Redirects/paths/~1relative-redirect~1:n/get" aria-label="tag/Redirects/paths/~1relative-redirect~1:n/get"></a>Redirect to a relative URL, n times.<!-- --> </h2><div><h5 class="sc-iqseJM kyZwVG">path<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="n"><span class="sc-ieecCq fMdASL"></span><span class="property-name">n</span><div class="sc-nVkyK sc-hiwPVj eyZzuM eSyGZd">required</div></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>Number of times to redirect. Maximum is five.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">302<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Redirect.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/relative-redirect/:n</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/relative-redirect/:n</div></div></div></div></div></div></div></div><div id="tag/Redirects/paths/~1redirect-to/delete" data-section-id="tag/Redirects/paths/~1redirect-to/delete" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Redirects/paths/~1redirect-to/delete" aria-label="tag/Redirects/paths/~1redirect-to/delete"></a>Redirect to an URL.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>See <a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection">https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection</a>
for details.
This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="url"><span class="sc-ieecCq fMdASL"></span><span class="property-name">url</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>URL to redirect to.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="status_code"><span class="sc-ieecCq fMdASL"></span><span class="property-name">status_code</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">302</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>HTTP status code to use for the redirection.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">300<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Multiple Choices.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">301<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Moved Permanently.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">302<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Found (Previously &quot;Moved temporarily&quot;)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">303<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>See Other (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">304<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Not Modified (RFC 7232)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">305<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Use Proxy (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">306<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Switch Proxy</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">307<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Temporary Redirect (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">308<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Permanent Redirect (RFC 7538)</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="delete" class="sc-fmBCVi mpdtD http-verb delete">delete</span><span class="sc-jWUzzU hxZHzL">/redirect-to</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/redirect-to</div></div></div></div></div></div></div></div><div id="tag/Redirects/paths/~1redirect-to/get" data-section-id="tag/Redirects/paths/~1redirect-to/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Redirects/paths/~1redirect-to/get" aria-label="tag/Redirects/paths/~1redirect-to/get"></a>Redirect to an URL.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>See <a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection">https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection</a>
for details.
This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="url"><span class="sc-ieecCq fMdASL"></span><span class="property-name">url</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>URL to redirect to.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="status_code"><span class="sc-ieecCq fMdASL"></span><span class="property-name">status_code</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">302</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>HTTP status code to use for the redirection.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">300<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Multiple Choices.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">301<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Moved Permanently.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">302<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Found (Previously &quot;Moved temporarily&quot;)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">303<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>See Other (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">304<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Not Modified (RFC 7232)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">305<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Use Proxy (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">306<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Switch Proxy</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">307<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Temporary Redirect (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">308<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Permanent Redirect (RFC 7538)</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/redirect-to</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/redirect-to</div></div></div></div></div></div></div></div><div id="tag/Redirects/paths/~1redirect-to/patch" data-section-id="tag/Redirects/paths/~1redirect-to/patch" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Redirects/paths/~1redirect-to/patch" aria-label="tag/Redirects/paths/~1redirect-to/patch"></a>Redirect to an URL.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>See <a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection">https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection</a>
for details.
This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="url"><span class="sc-ieecCq fMdASL"></span><span class="property-name">url</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>URL to redirect to.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="status_code"><span class="sc-ieecCq fMdASL"></span><span class="property-name">status_code</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">302</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>HTTP status code to use for the redirection.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">300<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Multiple Choices.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">301<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Moved Permanently.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">302<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Found (Previously &quot;Moved temporarily&quot;)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">303<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>See Other (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">304<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Not Modified (RFC 7232)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">305<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Use Proxy (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">306<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Switch Proxy</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">307<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Temporary Redirect (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">308<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Permanent Redirect (RFC 7538)</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="patch" class="sc-fmBCVi dhmOcT http-verb patch">patch</span><span class="sc-jWUzzU hxZHzL">/redirect-to</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/redirect-to</div></div></div></div></div></div></div></div><div id="tag/Redirects/paths/~1redirect-to/post" data-section-id="tag/Redirects/paths/~1redirect-to/post" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Redirects/paths/~1redirect-to/post" aria-label="tag/Redirects/paths/~1redirect-to/post"></a>Redirect to an URL.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>See <a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection">https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection</a>
for details.
This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="url"><span class="sc-ieecCq fMdASL"></span><span class="property-name">url</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>URL to redirect to.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="status_code"><span class="sc-ieecCq fMdASL"></span><span class="property-name">status_code</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">302</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>HTTP status code to use for the redirection.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">300<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Multiple Choices.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">301<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Moved Permanently.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">302<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Found (Previously &quot;Moved temporarily&quot;)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">303<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>See Other (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">304<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Not Modified (RFC 7232)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">305<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Use Proxy (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">306<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Switch Proxy</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">307<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Temporary Redirect (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">308<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Permanent Redirect (RFC 7538)</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="post" class="sc-fmBCVi huMmnt http-verb post">post</span><span class="sc-jWUzzU hxZHzL">/redirect-to</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/redirect-to</div></div></div></div></div></div></div></div><div id="tag/Redirects/paths/~1redirect-to/put" data-section-id="tag/Redirects/paths/~1redirect-to/put" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Redirects/paths/~1redirect-to/put" aria-label="tag/Redirects/paths/~1redirect-to/put"></a>Redirect to an URL.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>See <a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection">https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection</a>
for details.
This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>.</p>
</div></div><div><h5 class="sc-iqseJM kyZwVG">query<!-- --> Parameters</h5><table class="sc-hGPBjI wbnF"><tbody><tr class=""><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="url"><span class="sc-ieecCq fMdASL"></span><span class="property-name">url</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">string</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>URL to redirect to.</p>
</div></div></div></td></tr><tr class="last "><td class="sc-hBUSln sc-fFeiMQ kCCtqV fwnkRw" kind="field" title="status_code"><span class="sc-ieecCq fMdASL"></span><span class="property-name">status_code</span></td><td class="sc-bkkeKt fOwWgB"><div><div><span class="sc-lbhJGD sc-iNGGcK gHbDui eLMLxg"></span><span class="sc-lbhJGD sc-jeraig gHbDui ifsMbX">integer</span></div><div><span class="sc-lbhJGD gHbDui"> <!-- -->Default:<!-- --> </span> <span class="sc-lbhJGD sc-clIzBv gHbDui hqhiLz">302</span></div> <div><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"><p>HTTP status code to use for the redirection.</p>
</div></div></div></td></tr></tbody></table></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">300<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Multiple Choices.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">301<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Moved Permanently.</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">302<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Found (Previously &quot;Moved temporarily&quot;)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">303<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>See Other (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">304<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Not Modified (RFC 7232)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">305<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Use Proxy (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">306<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Switch Proxy</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">307<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Temporary Redirect (since HTTP/1.1)</p>
</span></button></div><div><button class="sc-htJRVC dAGviA" disabled=""><strong class="sc-fXeWAj jHtNTU">308<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>Permanent Redirect (RFC 7538)</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="put" class="sc-fmBCVi cvQlMm http-verb put">put</span><span class="sc-jWUzzU hxZHzL">/redirect-to</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/redirect-to</div></div></div></div></div></div></div></div><div id="tag/Anything" data-section-id="tag/Anything" class="sc-eCImPb kKqedw"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h1 class="sc-furwcr kwcwWd"><a class="sc-crHmcD bNUQy" href="#tag/Anything" aria-label="tag/Anything"></a>Anything</h1></div></div></div><div id="tag/Anything/paths/~1anything/delete" data-section-id="tag/Anything/paths/~1anything/delete" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Anything/paths/~1anything/delete" aria-label="tag/Anything/paths/~1anything/delete"></a>Returns anything passed in request data.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The request data.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="delete" class="sc-fmBCVi mpdtD http-verb delete">delete</span><span class="sc-jWUzzU hxZHzL">/anything</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/anything</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-46" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-47" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-47" aria-labelledby="react-tabs-46"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Anything/paths/~1anything/get" data-section-id="tag/Anything/paths/~1anything/get" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Anything/paths/~1anything/get" aria-label="tag/Anything/paths/~1anything/get"></a>Returns anything passed in request data.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The request data.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="get" class="sc-fmBCVi hYmQQT http-verb get">get</span><span class="sc-jWUzzU hxZHzL">/anything</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/anything</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-48" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-49" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-49" aria-labelledby="react-tabs-48"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Anything/paths/~1anything/patch" data-section-id="tag/Anything/paths/~1anything/patch" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Anything/paths/~1anything/patch" aria-label="tag/Anything/paths/~1anything/patch"></a>Returns anything passed in request data.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The request data.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="patch" class="sc-fmBCVi dhmOcT http-verb patch">patch</span><span class="sc-jWUzzU hxZHzL">/anything</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/anything</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-50" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-51" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-51" aria-labelledby="react-tabs-50"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Anything/paths/~1anything/post" data-section-id="tag/Anything/paths/~1anything/post" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Anything/paths/~1anything/post" aria-label="tag/Anything/paths/~1anything/post"></a>Returns anything passed in request data.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The request data.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="post" class="sc-fmBCVi huMmnt http-verb post">post</span><span class="sc-jWUzzU hxZHzL">/anything</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/anything</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-52" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-53" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-53" aria-labelledby="react-tabs-52"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div><div id="tag/Anything/paths/~1anything/put" data-section-id="tag/Anything/paths/~1anything/put" class="sc-eCImPb hexvPn"><div class="sc-iCfMLu jTXZbd"><div class="sc-hKwDye fcjMZs"><h2 class="sc-pVTFL QwiBS"><a class="sc-crHmcD bNUQy" href="#tag/Anything/paths/~1anything/put" aria-label="tag/Anything/paths/~1anything/put"></a>Returns anything passed in request data.<!-- --> </h2><div class="sc-iFMAIt ilWCwE"><div class="sc-iJKOTD sc-cidDSM hGZPxu fYaHea"><p>This endpoint works for these other HTTP verbs as well, the same
way as for <code>GET</code>: <code>CONNECT</code>, <code>DELETE</code>, <code>HEAD</code>, <code>MKCOL</code>, <code>OPTIONS</code>,
<code>PATCH</code>, <code>POST</code>, <code>PROPFIND</code>, <code>PUT</code>, <code>REPORT</code>.</p>
</div></div><div><h3 class="sc-fIosxK bTvSgn">Responses</h3><div><button class="sc-htJRVC hoRAnv"><svg class="sc-egiyK bPEzCN" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg><strong class="sc-fXeWAj jHtNTU">200<!-- --> </strong><span class="sc-jcFjpl eahewB"><p>The request data.</p>
</span></button></div></div></div><div class="sc-jRQBWg sc-gKclnd vSqXI dKDnzb"><div class="sc-FNXRL jYAhkx"><button class="sc-eFegNN bxamQ"><span type="put" class="sc-fmBCVi cvQlMm http-verb put">put</span><span class="sc-jWUzzU hxZHzL">/anything</span><svg class="sc-egiyK laPRNF" style="margin-right:-25px" version="1.1" viewBox="0 0 24 24" x="0" xmlns="http://www.w3.org/2000/svg" y="0" aria-hidden="true"><polygon points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "></polygon></svg></button><div aria-hidden="true" class="sc-lkgTHX fuqHqW"><div class="sc-jlRLRk fUpXCf"><div class="sc-iJKOTD sc-cidDSM hGZPxu fhPxtY"></div><div tabindex="0" role="button"><div class="sc-dUbtfd ggmziU"><span></span>/anything</div></div></div></div></div><div><h3 class="sc-kDTinF hwMGJl"> <!-- -->Response samples<!-- --> </h3><div class="sc-cxpSdN eCLDJY" data-rttabs="true"><ul class="react-tabs__tab-list" role="tablist"><li class="tab-success react-tabs__tab--selected" role="tab" id="react-tabs-54" aria-selected="true" aria-disabled="false" aria-controls="react-tabs-55" tabindex="0" data-rttab="true">200</li></ul><div class="react-tabs__tab-panel react-tabs__tab-panel--selected" role="tabpanel" id="react-tabs-55" aria-labelledby="react-tabs-54"><div><div class="sc-AjmGg bcpfGN"><span class="sc-cNKqjZ iYcnri">Content type</span><div class="sc-bBHHxi eidhyg">application/json</div></div><div class="sc-jgrJph iUheaL"><div class="sc-jObWnj jOBPNj"><div class="sc-giYglK gjxyHD"><button><div class="sc-caiLqq ddxnzs">Copy</div></button><button> Expand all </button><button> Collapse all </button></div><div class="sc-iJKOTD hGZPxu sc-dPiLbb sRoPx"><div class="redoc-json"><code><button class="collapser" aria-label="collapse"></button><span class="token punctuation">{</span><span class="ellipsis"></span><ul class="obj collapsible"><li><div class="hoverable "><span class="property token string">"args"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"data"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"files"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"form"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"headers"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"json"</span>: <span class="token punctuation">{ }</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"method"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"path"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"origin"</span>: <span class="token string">&quot;string&quot;</span><span class="token punctuation">,</span></div></li><li><div class="hoverable "><span class="property token string">"url"</span>: <span class="token string">&quot;string&quot;</span></div></li></ul><span class="token punctuation">}</span></code></div></div></div></div></div></div></div></div></div></div></div></div><div class="sc-eldieg bLydqy"></div></div></div>
      <script>
      const __redoc_state = {"menu":{"activeItemIdx":-1},"spec":{"data":{"openapi":"3.0.0","info":{"title":"webfakes::httpbin_app() API","version":"1.0.0","contact":{"email":"csardi.gabor@gmail.com"},"license":{"name":"The MIT License","url":"https://opensource.org/licenses/MIT"},"description":"This is a webfakes web app for HTTP testing in R packages.\nIt implements the https://httpbin.org API\n"},"paths":{"/get":{"get":{"tags":["HTTP methods"],"summary":"GET request","description":"An endpoint to make a GET request agains. It returns the request's\nparameters and the request headers, in JSON.\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/get"}}}}}}},"/delete":{"delete":{"tags":["HTTP methods"],"summary":"DELETE request","description":"Endpoint to make DELETE requests againts.\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}}}}}},"/patch":{"patch":{"tags":["HTTP methods"],"summary":"PATCH request","description":"Endpoint to make PATCH requests against.\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}}}}}},"/post":{"post":{"tags":["HTTP methods"],"summary":"POST request","description":"Endpoints to make a POST request against.\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}}}}}},"/put":{"put":{"tags":["HTTP methods"],"summary":"PUT request","description":"Endpoints to make a PUT request against.\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}}}}}},"/basic-auth/:user/:password":{"parameters":[{"name":"user","in":"path","required":true,"description":"User name.","schema":{"type":"string"}},{"name":"password","in":"path","required":true,"description":"Password.","schema":{"type":"string"}},{"name":"Authorization","in":"header","schema":{"type":"string"},"description":"Base64 encoded user name and password. See <https://en.wikipedia.org/wiki/Basic_access_authentication#Client_side> for the protocol.\n"}],"get":{"tags":["Auth"],"summary":"Basic authentication.","description":"Basic authentication with specified user and password\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"type":"object","properties":{"authenticated":{"type":"boolean"},"user":{"type":"string","example":"Aladdin"}}}}}},"401":{"description":"Failed authentication.","headers":{"WWW-Authenticate":{"description":"Contains the authentication realm.","schema":{"type":"string","pattern":"^Basic realm=\".*\""}}}}}}},"/hidden-basic-auth/:user/:password":{"parameters":[{"name":"user","in":"path","required":true,"description":"User name.","schema":{"type":"string"}},{"name":"password","in":"path","required":true,"description":"Password.","schema":{"type":"string"}},{"name":"Authorization","in":"header","schema":{"type":"string"},"description":"Base64 encoded user name and password.\nSee <https://en.wikipedia.org/wiki/Basic_access_authentication#Client_side>\nfor the protocol.\n"}],"get":{"tags":["Auth"],"summary":"Hidden basic authentication.","description":"Basic authentication with specified user and password. This is the same\nas `/basic-auth`, but it returns a 404 if no authentication is supplied or\nthe authentication fails.\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"type":"object","properties":{"authenticated":{"type":"boolean"},"user":{"type":"string","example":"Aladdin"}}}}}},"404":{"description":"Failed authentication."}}}},"/digest-auth/:qop/:user/:passwd":{"parameters":[{"name":"qop","in":"path","required":true,"description":"Quality of protection, possible values are `auth` and `auth-int`.","schema":{"type":"string"}},{"name":"user","in":"path","required":true,"description":"User name.","schema":{"type":"string"}},{"name":"passwd","in":"path","required":true,"description":"Password.","schema":{"type":"string"}},{"name":"require_cookie","in":"query","required":false,"description":"Whether to require cookie handling for a successful authentication.\nSet to `1`, 't` or `true` to require cookies.\n","scheme":{"type":"string"}},{"name":"Authorization","in":"header","schema":{"type":"string"},"description":"Digest authentication header. See\nhttps://en.wikipedia.org/wiki/Digest_access_authentication for the details.\n"}],"get":{"tags":["Auth"],"summary":"Digest authentication.","description":"Digest authentication with specified user and password\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"type":"object","properties":{"authenticated":{"type":"boolean"},"user":{"type":"string","example":"Aladdin"}}}}}},"401":{"description":"Failed authentication."}}}},"/digest-auth/:qop/:user/:passwd/:algorithm":{"parameters":[{"name":"qop","in":"path","required":true,"description":"Quality of protection, possible values are `auth` and `auth-int`.","schema":{"type":"string"}},{"name":"user","in":"path","required":true,"description":"User name.","schema":{"type":"string"}},{"name":"passwd","in":"path","required":true,"description":"Password.","schema":{"type":"string"}},{"name":"algorithm","in":"path","required":true,"description":"Hashing algorithm to use: `MD5`, `SHA-256` or `SHA-512`.\n","schema":{"type":"string"},"default":"MD5"},{"name":"require_cookie","in":"query","required":false,"description":"Whether to require cookie handling for a successful authentication.\nSet to `1`, 't` or `true` to require cookies.\n","scheme":{"type":"string"}},{"name":"Authorization","in":"header","schema":{"type":"string"},"description":"Digest authentication header. See\nhttps://en.wikipedia.org/wiki/Digest_access_authentication for the details.\n"}],"get":{"tags":["Auth"],"summary":"Digest authentication algorithms.","description":"Digest authentication with specified user and password, and algorithm.\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"type":"object","properties":{"authenticated":{"type":"boolean"},"user":{"type":"string","example":"Aladdin"}}}}}},"401":{"description":"Failed authentication."}}}},"/digest-auth/:qop/:user/:passwd/:algorithm/:stale_after":{"parameters":[{"name":"qop","in":"path","required":true,"description":"Quality of protection, possible values are `auth` and `auth-int`.","schema":{"type":"string"}},{"name":"user","in":"path","required":true,"description":"User name.","schema":{"type":"string"}},{"name":"passwd","in":"path","required":true,"description":"Password.","schema":{"type":"string"}},{"name":"algorithm","in":"path","required":true,"description":"Hashing algorithm to use: `MD5`, `SHA-256` or `SHA-512`.\n","schema":{"type":"string"},"default":"MD5"},{"name":"stale_after","in":"path","required":true,"description":"How many requests are allowed. This is stored in a cookie.\n","schema":{"type":"string"},"default":"never"},{"name":"require_cookie","in":"query","required":false,"description":"Whether to require cookie handling for a successful authentication.\nSet to `1`, 't` or `true` to require cookies.\n","scheme":{"type":"string"}},{"name":"Authorization","in":"header","schema":{"type":"string"},"description":"Digest authentication header. See\nhttps://en.wikipedia.org/wiki/Digest_access_authentication for the details.\n"}],"get":{"tags":["Auth"],"summary":"Digest authentication, stale after.","description":"Digest authentication with specified user, password and algorithm,\nwith a stale_after value.\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"type":"object","properties":{"authenticated":{"type":"boolean"},"user":{"type":"string","example":"Aladdin"}}}}}},"401":{"description":"Failed authentication."}}}},"/bearer":{"parameters":[{"name":"Authorization","in":"header","schema":{"type":"string","pattern":"^Bearer "}}],"get":{"tags":["Auth"],"summary":"Bearer authentication.","description":"Checks is that a token is supplied in the `Authorization` header.\n","responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"type":"object","properties":{"authenticated":{"type":"boolean"},"token":{"type":"string"}}}}}},"401":{"description":"Failed authentication.","headers":{"WWW-Authenticate":{"description":"Contains the authentication realm.","schema":{"type":"string","pattern":"^bearer$"}}}}}}},"/status/:status":{"parameters":[{"$ref":"#/components/parameters/status"}],"delete":{"tags":["Status codes"],"summary":"Return the specified HTTP status code, works for all HTTP verbs.","description":"This endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`. See\n<https://en.wikipedia.org/wiki/List_of_HTTP_status_codes> for more\nabout status codes.\n","responses":{"100":{"description":"Informational responses."},"200":{"description":"Success."},"300":{"description":"Redirection."},"400":{"description":"Client errors."},"500":{"description":"Server errors."}}},"get":{"tags":["Status codes"],"summary":"Return the specified HTTP status code, works for all HTTP verbs.","description":"This endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`. See\n<https://en.wikipedia.org/wiki/List_of_HTTP_status_codes> for more\nabout status codes.\n","responses":{"100":{"description":"Informational responses."},"200":{"description":"Success."},"300":{"description":"Redirection."},"400":{"description":"Client errors."},"500":{"description":"Server errors."}}},"patch":{"tags":["Status codes"],"summary":"Return the specified HTTP status code, works for all HTTP verbs.","description":"This endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`. See\n<https://en.wikipedia.org/wiki/List_of_HTTP_status_codes> for more\nabout status codes.\n","responses":{"100":{"description":"Informational responses."},"200":{"description":"Success."},"300":{"description":"Redirection."},"400":{"description":"Client errors."},"500":{"description":"Server errors."}}},"post":{"tags":["Status codes"],"summary":"Return the specified HTTP status code, works for all HTTP verbs.","description":"This endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`. See\n<https://en.wikipedia.org/wiki/List_of_HTTP_status_codes> for more\nabout status codes.\n","responses":{"100":{"description":"Informational responses."},"200":{"description":"Success."},"300":{"description":"Redirection."},"400":{"description":"Client errors."},"500":{"description":"Server errors."}}},"put":{"tags":["Status codes"],"summary":"Return the specified HTTP status code, works for all HTTP verbs.","description":"This endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`. See\n<https://en.wikipedia.org/wiki/List_of_HTTP_status_codes> for more\nabout status codes.\n","responses":{"100":{"description":"Informational responses."},"200":{"description":"Success."},"300":{"description":"Redirection."},"400":{"description":"Client errors."},"500":{"description":"Server errors."}}}},"/headers":{"get":{"tags":["Request inspection"],"summary":"HTTP request headers.","responses":{"200":{"description":"The requests's HTTP headers.","content":{"application/json":{"schema":{"type":"object","properties":{"headers":{"type":"object"}}}}}}}}},"/ip":{"get":{"tags":["Request inspection"],"summary":"IP address of the client.","responses":{"200":{"description":"The IP address of the client, usually `127.0.0.1`, as the webfakes\nserver runs on the localhost.\n","content":{"application/json":{"schema":{"type":"object","properties":{"origin":{"type":"string"}}}}}}}}},"/user-agent":{"get":{"tags":["Request inspection"],"summary":"The client's user agent.","responses":{"200":{"description":"The content of the `User-Agent` HTTP request header.","content":{"application/json":{"schema":{"type":"object","properties":{"user-agent":{"type":"string"}}}}}}}}},"/cache":{"parameters":[{"name":"If-Modified-Since","in":"header"},{"name":"If-None-Match","in":"header"}],"get":{"tags":["Response inspection"],"summary":"Caching","description":"Returns a 304 if an `If-Modified-Since` header or `If-None-Match` is present.\nReturns the same as a GET otherwise.\n","responses":{"200":{"description":"Cached response.","content":{"application/json":{"$ref":"#/components/schemas/get"}}},"304":{"description":"Modified."}}}},"/cache/:value":{"parameters":[{"name":"value","in":"path","schema":{"type":"integer"}}],"get":{"tags":["Response inspection"],"summary":"Cache control.","description":"Sets a `Cache-Control` header for n seconds.\n","responses":{"200":{"description":"Cache control set.","content":{"application/json":{"$ref":"#/components/schemas/get"}}}}}},"/etag/:etag":{"parameters":[{"name":"etag","in":"path","required":true,"description":"Assumed ETag value.","schema":{"type":"string"}}],"get":{"tags":["Response inspection"],"summary":"Work with ETags.","description":"Assumes the specified `etag` parameter as the `ETag` header.\n* If a matching tag is supplied in the `If-None-Match` header, then\n  it returns with HTTP status code 304.\n* If a non-matching `If-Match` header is supplied, then it return with\n  HTTP status code 412.\n* Otherwise it returns with a JSON body and status 200.\n\nSee <https://en.wikipedia.org/wiki/HTTP_ETag> for more about `ETag`\nheaders.\n","responses":{"200":{"description":"Non-matching `If-Non-Match` or matching `If-Match`, or no\nsuch headers at all.\n","content":{"application/json":{"schema":{"$ref":"#/components/schemas/get"}}},"headers":{"ETag":{"description":"The supplied `etag` value.","schema":{"type":"string"}}}},"304":{"description":"Matching `If-Non-Match` header.\n"},"412":{"description":"Non-matchinf `If-Match` header.\n"}}}},"/response-headers":{"parameters":[{"in":"query","name":"params","schema":{"type":"object","additionalProperties":{"type":"string"}}}],"get":{"tags":["Response inspection"],"summary":"Set response headers.","description":"Set response headers from the passed query parameters. The same\nparameter migth be specified multiple times to create the same HTTP\nheader multiple times.\n","responses":{"200":{"description":"The passed query parameters are also returned as a JSON response.\n","content":{"application/json":{"schema":{"type":"object"}}}}}},"post":{"tags":["Response inspection"],"summary":"Set response headers.","description":"Set response headers from the passed query parameters. The same\nparameter migth be specified multiple times to create the same HTTP\nheader multiple times.\n","responses":{"200":{"description":"The passed query parameters are also returned as a JSON response.\n","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/deny":{"get":{"tags":["Response formats"],"summary":"A simple page that is denied for robots.","description":"This exists in conjunction with `/robots.txt` which disallows this page.\n","responses":{"200":{"description":"A simple page.","content":{"text/plain":{"schema":{"type":"string","example":"Example content."}}}}}}},"/gzip":{"get":{"tags":["Response formats"],"summary":"Send gzip encoded data.","responses":{"200":{"description":"Some gzipped JSON.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}},"headers":{"Content-Encoding":{"description":"Set to `gzip`.","schema":{"type":"string","pattern":"^gzip$"}}}}}}},"/deflate":{"get":{"tags":["Response formats"],"summary":"Deflated data.","description":"Returns Deflate-encoded data. This needs the zip R package.\n","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"},"headers":{"Content-Encoding":{"description":"Set to `deflate`.","schema":{"type":"string","pattern":"^deflate$"}}}}}}},"/brotli":{"get":{"tags":["Response formats"],"summary":"brotli compression","description":"Returns brotli-encoded data. This needs the brotli R package.\n","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"},"headers":{"Content-Encoding":{"description":"Set to `brotli`.","schema":{"type":"string","pattern":"^brotli"}}}}}}},"/encoding/utf8":{"get":{"tags":["Response formats"],"summary":"Send UTF-8 enconded data.","responses":{"200":{"description":"HTML with a lot of UTF-8.","content":{"text/html":{"schema":{"type":"string"}}},"headers":{"Content-Type":{"description":"Set to `text/html; charset=utf-8`.","schema":{"type":"string"}}}}}}},"/html":{"get":{"tags":["Response formats"],"summary":"Send an HTML page.","responses":{"200":{"description":"An example HTML page.","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/json":{"get":{"tags":["Response formats"],"summary":"Send a JSON document.","responses":{"200":{"description":"An example JSON document.","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/robots.txt":{"get":{"tags":["Response formats"],"summary":"Send example `robots.txt` rules.","description":"It will not allow the `/deny` endpoint.","responses":{"200":{"description":"An example `robots.txt` file.","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/xml":{"get":{"tags":["Response formats"],"summary":"Send an XML document.","responses":{"200":{"description":"An example XML document.","content":{"application/xml":{"schema":{"type":"string"}}}}}}},"/base64/:value":{"parameters":[{"name":"value","in":"path","required":true,"description":"Assumed ETag value.","schema":{"type":"string"}}],"get":{"tags":["Dynamic data"],"summary":"Base64 decoder","description":"Base64 decode the supplied value and echo it back.","responses":{"200":{"description":"Decoded base64.","content":{"application/octet-stream":{"schema":{"type":"string"}}}}}}},"/bytes/:n":{"parameters":[{"name":"n","in":"path","required":true,"description":"Number of bytes, maximum 10000.","schema":{"type":"integer"}}],"get":{"tags":["Dynamic data"],"summary":"Random bytes.","responses":{"200":{"description":"Random bytes.","content":{"application/octest-stream":{"schema":{"type":"string"}}}}}}},"/delay/:secs":{"parameters":[{"name":"secs","in":"path","required":true,"description":"Number of seconds, fractions are supported.","schema":{"type":"number"}}],"get":{"tags":["Dynamic data"],"summary":"Delayed response.","description":"Wait for the specified number of seconds before sending the response.\n","responses":{"200":{"description":"JSON response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}}}}}},"/drip":{"parameters":[{"name":"duration","in":"query","description":"Number of seconds for the whole response.","schema":{"type":"number","default":2}},{"name":"numbytes","in":"query","description":"Number of bytes to return.","schema":{"type":"integer","default":10}},{"name":"code","in":"query","description":"HTTP status code to return with.","schema":{"type":"integer","default":200}},{"name":"delay","in":"query","description":"Initial delay, in seconds. Zero means no delay.","schema":{"type":"number","default":0}}],"get":{"tags":["Dynamic data"],"summary":"Drip bytes","description":"Drip the specified number of bytes over the specified number of seconds,\npotentially after some initial delay.\n","responses":{"200":{"description":"Data of the specified length. The status code is not neccesarily\n200, but the one specified in the `code` query parameter.\n","content":{"application/octet-stream":{"schema":{"type":"string"}}}}}}},"/links/:n/:offset":{"parameters":[{"name":"n","in":"path","required":true,"description":"Number of links.","schema":{"type":"integer"}},{"name":"offset","in":"path","required":false,"description":"Id of the page to return, out of `n`.","schema":{"type":"integer"}}],"get":{"tags":["Dynamic data"],"summary":"Links","description":"Generate a page containing n links to other pages which do the same.\n","responses":{"200":{"description":"HTML links.\n","content":"text/html"}}}},"/stream/:n":{"parameters":[{"name":"n","in":"path","required":true,"description":"Number of JSON chunks to send.","schema":{"type":"integer"}}],"get":{"tags":["Dynamic data"],"summary":"Stream JSON chunks.","description":"Stream `n` JSON responses, each terminated by a newline character.\n","responses":{"200":{"description":"Streamed JSON responses. Each JSON chunk contains an `id` field, from\nzero, up to `n-1`.\n","content":"application/json"}}}},"/stream-bytes/:n":{"parameters":[{"name":"n","in":"path","required":true,"description":"Number of bytes, maximum 102400.","schema":{"type":"integer"}},{"name":"seed","in":"query","description":"Random seed.","schema":{"type":"number","default":42}},{"name":"chunk-size","in":"query","description":"Size of a chunked for the chunked encoding. The last chunk migh be\nshorter than his.\n","schema":{"type":"integer","default":10240}}],"get":{"tags":["Dynamic data"],"summary":"Stream in chunks.","description":"Streams n random bytes generated with given seed, at given chunk\nsize per packet.\n","responses":{"200":{"description":"Random bytes.","content":{"application/octest-stream":{"schema":{"type":"string"}}}}}}},"/range/:n":{"parameters":[{"name":"n","in":"path","required":true,"description":"Number of bytes, maximum 102400.","schema":{"type":"integer"}},{"name":"chunk_size","in":"query","required":false,"description":"Chunk size, if `duration` is not 0.","schema":{"type":"number","default":10240}},{"name":"duration","in":"query","required":false,"description":"Duration for the total response. It applies to the full response size\nwithout ranges.\n","schema":{"type":"number","default":0}}],"get":{"tags":["Dynamic data"],"summary":"Range requests.","description":"Send only part of the response, after a `Range` header.\n","responses":{"200":{"description":"Full response, if there was no `Range` header, or the `Range` header\nwas invalid.\n","content":"text/plain"},"206":{"description":"Partial response, containing the requested range.\n"}}},"head":{"tags":["Dynamic data"],"summary":"Range requests..","desciption":"HEAD request to an endpoint that supports ranges.\n","responses":{"200":{"description":"Response with an `Accept-Ranges: bytes` header.\n"}}}},"/uuid":{"get":{"tags":["Dynamic data"],"summary":"Random UUID.","description":"It is pseudo-random, and not secure.","responses":{"200":{"description":"Random UUID v4 in JSON.","content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string","example":"ee4610df-3b7b-4624-8ce9-da6975b3e9f1"}}}}}}}}},"/cookies":{"get":{"tags":["Cookies"],"summary":"Cookie data.","description":"Returns cookie data.","responses":{"200":{"description":"Set cookies.","content":{"application/json":{"schema":{"type":"object","properties":{"cookies":{"type":"object"}}}}}}}}},"/cookies/delete":{"parameters":[{"name":"freeform","in":"query","style":"form"}],"get":{"tags":["Cookies"],"summary":"Delete cookies.","description":"Deletes cookie(s) as provided by the query string and redirects\nto cookie list.\n","responses":{"302":{"description":"Redirect to the cookie list."}}}},"/cookies/set":{"parameters":[{"name":"freeform","in":"query","style":"form"}],"get":{"tags":["Cookies"],"summary":"Set cookies.","description":"Sets cookie(s) as provided by the query string and redirects\nto cookie list.\n","responses":{"302":{"description":"Redirect to the cookie list."}}}},"/cookies/set/:name/:value":{"parameters":[{"name":"name","in":"path","description":"Cookie name.","schema":{"type":"string"}},{"name":"value","in":"path","description":"Cookie value.","schema":{"type":"string"}}],"get":{"tags":["Cookies"],"summary":"Set one cookie.","description":"Sets a cookie and redirects to cookie list.\n","responses":{"302":{"description":"Redirect to the cookie list."}}}},"/image":{"parameters":[{"name":"Accept","in":"header","description":"Accepted image content type.","schema":{"type":"string"}}],"get":{"tags":["Images"],"summary":"Return an image.","description":"It selects the format according to the `Accept` request header.\nSupported formats: `image/jpeg`, `image/png`, `image/svg+xml`,\n`image/webp`, `image/*`.\n","responses":{"200":{"description":"Image file.","content":{"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/svg+xml":{"schema":{"type":"string","format":"binary"}},"image/webp":{"schema":{"type":"string","format":"binary"}}}},"406":{"description":"The client did not request a supported media type.","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","example":"Client did not request a supported media type."},"accept":{"type":"array","items":{"type":"string"},"example":["image/jpeg","image/png","image/svg+xml","image/webp"]}}}}}}}}},"/image/:format":{"parameters":[{"name":"format","description":"Image format. May be `jpeg`, `png`, `svg` or `webp`.","in":"path","schema":{"type":"string"},"required":true}],"get":{"tags":["Images"],"summary":"Return an image of the specified format.","responses":{"200":{"description":"Image file.","content":{"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/svg+xml":{"schema":{"type":"string","format":"binary"}},"image/webp":{"schema":{"type":"string","format":"binary"}}}}}}},"/absolute-redirect/:n":{"parameters":[{"name":"n","in":"path","required":true,"description":"Number of times to redirect. Maximum is five.","schema":{"type":"integer"}}],"get":{"tags":["Redirects"],"summary":"Redirect to an absolute URL, n times.","responses":{"302":{"description":"Redirect."}}}},"/relative-redirect/:n":{"parameters":[{"name":"n","in":"path","description":"Number of times to redirect. Maximum is five.","schema":{"type":"integer"},"required":true}],"get":{"tags":["Redirects"],"summary":"Redirect to a relative URL, n times.","responses":{"302":{"description":"Redirect."}}}},"/redirect-to":{"parameters":[{"name":"url","in":"query","description":"URL to redirect to.","schema":{"type":"string"}},{"name":"status_code","in":"query","description":"HTTP status code to use for the redirection.","schema":{"type":"integer","default":302}}],"delete":{"tags":["Redirects"],"summary":"Redirect to an URL.","description":"See <https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection>\nfor details.\nThis endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`.\n","responses":{"300":{"description":"Multiple Choices."},"301":{"description":"Moved Permanently."},"302":{"description":"Found (Previously \"Moved temporarily\")"},"303":{"description":"See Other (since HTTP/1.1)"},"304":{"description":"Not Modified (RFC 7232)"},"305":{"description":"Use Proxy (since HTTP/1.1)"},"306":{"description":"Switch Proxy"},"307":{"description":"Temporary Redirect (since HTTP/1.1)"},"308":{"description":"Permanent Redirect (RFC 7538)"}}},"get":{"tags":["Redirects"],"summary":"Redirect to an URL.","description":"See <https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection>\nfor details.\nThis endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`.\n","responses":{"300":{"description":"Multiple Choices."},"301":{"description":"Moved Permanently."},"302":{"description":"Found (Previously \"Moved temporarily\")"},"303":{"description":"See Other (since HTTP/1.1)"},"304":{"description":"Not Modified (RFC 7232)"},"305":{"description":"Use Proxy (since HTTP/1.1)"},"306":{"description":"Switch Proxy"},"307":{"description":"Temporary Redirect (since HTTP/1.1)"},"308":{"description":"Permanent Redirect (RFC 7538)"}}},"patch":{"tags":["Redirects"],"summary":"Redirect to an URL.","description":"See <https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection>\nfor details.\nThis endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`.\n","responses":{"300":{"description":"Multiple Choices."},"301":{"description":"Moved Permanently."},"302":{"description":"Found (Previously \"Moved temporarily\")"},"303":{"description":"See Other (since HTTP/1.1)"},"304":{"description":"Not Modified (RFC 7232)"},"305":{"description":"Use Proxy (since HTTP/1.1)"},"306":{"description":"Switch Proxy"},"307":{"description":"Temporary Redirect (since HTTP/1.1)"},"308":{"description":"Permanent Redirect (RFC 7538)"}}},"post":{"tags":["Redirects"],"summary":"Redirect to an URL.","description":"See <https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection>\nfor details.\nThis endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`.\n","responses":{"300":{"description":"Multiple Choices."},"301":{"description":"Moved Permanently."},"302":{"description":"Found (Previously \"Moved temporarily\")"},"303":{"description":"See Other (since HTTP/1.1)"},"304":{"description":"Not Modified (RFC 7232)"},"305":{"description":"Use Proxy (since HTTP/1.1)"},"306":{"description":"Switch Proxy"},"307":{"description":"Temporary Redirect (since HTTP/1.1)"},"308":{"description":"Permanent Redirect (RFC 7538)"}}},"put":{"tags":["Redirects"],"summary":"Redirect to an URL.","description":"See <https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection>\nfor details.\nThis endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`.\n","responses":{"300":{"description":"Multiple Choices."},"301":{"description":"Moved Permanently."},"302":{"description":"Found (Previously \"Moved temporarily\")"},"303":{"description":"See Other (since HTTP/1.1)"},"304":{"description":"Not Modified (RFC 7232)"},"305":{"description":"Use Proxy (since HTTP/1.1)"},"306":{"description":"Switch Proxy"},"307":{"description":"Temporary Redirect (since HTTP/1.1)"},"308":{"description":"Permanent Redirect (RFC 7538)"}}}},"/anything":{"delete":{"tags":["Anything"],"summary":"Returns anything passed in request data.","description":"This endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`.\n","responses":{"200":{"description":"The request data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}}}}},"get":{"tags":["Anything"],"summary":"Returns anything passed in request data.","description":"This endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`.\n","responses":{"200":{"description":"The request data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}}}}},"patch":{"tags":["Anything"],"summary":"Returns anything passed in request data.","description":"This endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`.\n","responses":{"200":{"description":"The request data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}}}}},"post":{"tags":["Anything"],"summary":"Returns anything passed in request data.","description":"This endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`.\n","responses":{"200":{"description":"The request data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}}}}},"put":{"tags":["Anything"],"summary":"Returns anything passed in request data.","description":"This endpoint works for these other HTTP verbs as well, the same\nway as for `GET`: `CONNECT`, `DELETE`, `HEAD`, `MKCOL`, `OPTIONS`,\n`PATCH`, `POST`, `PROPFIND`, `PUT`, `REPORT`.\n","responses":{"200":{"description":"The request data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common"}}}}}}}},"components":{"parameters":{"status":{"name":"status","in":"path","required":true,"description":"Status code.","schema":{"type":"integer"}}},"schemas":{"get":{"properties":{"args":{"type":"object"},"headers":{"type":"object"},"origin":{"type":"string"},"path":{"type":"string"},"url":{"type":"string"}},"required":["args","headers","origin","path","url"]},"common":{"properties":{"args":{"type":"object"},"data":{"type":"object"},"files":{"type":"object"},"form":{"type":"object"},"headers":{"type":"object"},"json":{"type":"object"},"method":{"type":"string"},"path":{"type":"string"},"origin":{"type":"string"},"url":{"type":"string"}}}}}}},"searchIndex":{"store":["tag/HTTP-methods","tag/HTTP-methods/paths/~1get/get","tag/HTTP-methods/paths/~1delete/delete","tag/HTTP-methods/paths/~1patch/patch","tag/HTTP-methods/paths/~1post/post","tag/HTTP-methods/paths/~1put/put","tag/Auth","tag/Auth/paths/~1basic-auth~1:user~1:password/get","tag/Auth/paths/~1hidden-basic-auth~1:user~1:password/get","tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd/get","tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm/get","tag/Auth/paths/~1digest-auth~1:qop~1:user~1:passwd~1:algorithm~1:stale_after/get","tag/Auth/paths/~1bearer/get","tag/Status-codes","tag/Status-codes/paths/~1status~1:status/delete","tag/Status-codes/paths/~1status~1:status/get","tag/Status-codes/paths/~1status~1:status/patch","tag/Status-codes/paths/~1status~1:status/post","tag/Status-codes/paths/~1status~1:status/put","tag/Request-inspection","tag/Request-inspection/paths/~1headers/get","tag/Request-inspection/paths/~1ip/get","tag/Request-inspection/paths/~1user-agent/get","tag/Response-inspection","tag/Response-inspection/paths/~1cache/get","tag/Response-inspection/paths/~1cache~1:value/get","tag/Response-inspection/paths/~1etag~1:etag/get","tag/Response-inspection/paths/~1response-headers/get","tag/Response-inspection/paths/~1response-headers/post","tag/Response-formats","tag/Response-formats/paths/~1deny/get","tag/Response-formats/paths/~1gzip/get","tag/Response-formats/paths/~1deflate/get","tag/Response-formats/paths/~1brotli/get","tag/Response-formats/paths/~1encoding~1utf8/get","tag/Response-formats/paths/~1html/get","tag/Response-formats/paths/~1json/get","tag/Response-formats/paths/~1robots.txt/get","tag/Response-formats/paths/~1xml/get","tag/Dynamic-data","tag/Dynamic-data/paths/~1base64~1:value/get","tag/Dynamic-data/paths/~1bytes~1:n/get","tag/Dynamic-data/paths/~1delay~1:secs/get","tag/Dynamic-data/paths/~1drip/get","tag/Dynamic-data/paths/~1links~1:n~1:offset/get","tag/Dynamic-data/paths/~1stream~1:n/get","tag/Dynamic-data/paths/~1stream-bytes~1:n/get","tag/Dynamic-data/paths/~1range~1:n/get","tag/Dynamic-data/paths/~1range~1:n/head","tag/Dynamic-data/paths/~1uuid/get","tag/Cookies","tag/Cookies/paths/~1cookies/get","tag/Cookies/paths/~1cookies~1delete/get","tag/Cookies/paths/~1cookies~1set/get","tag/Cookies/paths/~1cookies~1set~1:name~1:value/get","tag/Images","tag/Images/paths/~1image/get","tag/Images/paths/~1image~1:format/get","tag/Redirects","tag/Redirects/paths/~1absolute-redirect~1:n/get","tag/Redirects/paths/~1relative-redirect~1:n/get","tag/Redirects/paths/~1redirect-to/delete","tag/Redirects/paths/~1redirect-to/get","tag/Redirects/paths/~1redirect-to/patch","tag/Redirects/paths/~1redirect-to/post","tag/Redirects/paths/~1redirect-to/put","tag/Anything","tag/Anything/paths/~1anything/delete","tag/Anything/paths/~1anything/get","tag/Anything/paths/~1anything/patch","tag/Anything/paths/~1anything/post","tag/Anything/paths/~1anything/put"],"index":{"version":"2.3.9","fields":["title","description"],"fieldVectors":[["title/0",[0,1.207,1,4.458]],["description/0",[]],["title/1",[2,1.737]],["description/1",[2,1.681,3,1.157,4,2.448,5,3.678,6,1.25,7,3.678,8,2.638,9,1.598,10,2.29]],["title/2",[2,1.457,11,1.515]],["description/2",[2,1.46,3,1.405,4,2.972,11,1.993,12,4.465]],["title/3",[2,1.457,13,1.639]],["description/3",[2,1.46,3,1.405,4,2.972,13,2.156,14,3.491]],["title/4",[2,1.457,15,1.639]],["description/4",[2,1.46,3,1.405,4,2.972,14,3.491,15,2.156]],["title/5",[2,1.457,16,1.639]],["description/5",[2,1.46,3,1.405,4,2.972,14,3.491,16,2.156]],["title/6",[17,5.313]],["description/6",[]],["title/7",[18,3.197,19,2.121]],["description/7",[18,3.202,19,2.124,20,1.709,21,2.78,22,2.972,23,4.465]],["title/8",[18,2.754,19,1.827,24,3.84]],["description/8",[6,1.063,18,2.243,19,2.577,20,1.197,21,1.947,22,2.081,25,1.022,26,3.127,27,3.127,28,2.243,29,3.127,30,3.127]],["title/9",[19,2.121,31,2.776]],["description/9",[19,2.124,20,1.709,21,2.78,22,2.972,31,2.78,32,4.465]],["title/10",[19,1.827,31,2.391,33,3.003]],["description/10",[19,2.016,20,1.622,21,2.639,22,2.821,31,2.639,33,3.314,34,4.238]],["title/11",[19,1.827,31,2.391,35,3.84]],["description/11",[19,1.83,20,1.473,21,2.395,22,2.561,31,2.395,33,3.009,36,3.848,37,3.342,38,3.848]],["title/12",[19,2.121,39,3.872]],["description/12",[9,1.94,28,3.202,39,3.878,40,4.465,41,4.465,42,4.465]],["title/13",[43,2.025,44,2.025]],["description/13",[]],["title/14",[0,0.97,6,0.771,20,0.868,43,1.03,44,1.03,45,0.714,46,0.741]],["description/14",[0,0.633,3,0.736,11,0.795,13,0.86,15,0.86,16,0.86,25,0.765,43,1.062,44,1.062,45,0.736,46,0.765,47,0.933,48,0.933,49,0.933,50,0.933,51,0.933,52,0.933,53,0.933,54,0.933,55,1.113,56,1.557,57,1.456,58,1.557]],["title/15",[0,0.97,6,0.771,20,0.868,43,1.03,44,1.03,45,0.714,46,0.741]],["description/15",[0,0.633,3,0.736,11,0.795,13,0.86,15,0.86,16,0.86,25,0.765,43,1.062,44,1.062,45,0.736,46,0.765,47,0.933,48,0.933,49,0.933,50,0.933,51,0.933,52,0.933,53,0.933,54,0.933,55,1.113,56,1.557,57,1.456,58,1.557]],["title/16",[0,0.97,6,0.771,20,0.868,43,1.03,44,1.03,45,0.714,46,0.741]],["description/16",[0,0.633,3,0.736,11,0.795,13,0.86,15,0.86,16,0.86,25,0.765,43,1.062,44,1.062,45,0.736,46,0.765,47,0.933,48,0.933,49,0.933,50,0.933,51,0.933,52,0.933,53,0.933,54,0.933,55,1.113,56,1.557,57,1.456,58,1.557]],["title/17",[0,0.97,6,0.771,20,0.868,43,1.03,44,1.03,45,0.714,46,0.741]],["description/17",[0,0.633,3,0.736,11,0.795,13,0.86,15,0.86,16,0.86,25,0.765,43,1.062,44,1.062,45,0.736,46,0.765,47,0.933,48,0.933,49,0.933,50,0.933,51,0.933,52,0.933,53,0.933,54,0.933,55,1.113,56,1.557,57,1.456,58,1.557]],["title/18",[0,0.97,6,0.771,20,0.868,43,1.03,44,1.03,45,0.714,46,0.741]],["description/18",[0,0.633,3,0.736,11,0.795,13,0.86,15,0.86,16,0.86,25,0.765,43,1.062,44,1.062,45,0.736,46,0.765,47,0.933,48,0.933,49,0.933,50,0.933,51,0.933,52,0.933,53,0.933,54,0.933,55,1.113,56,1.557,57,1.456,58,1.557]],["title/19",[2,1.457,59,3.872]],["description/19",[]],["title/20",[0,1.04,2,1.255,9,1.668]],["description/20",[9,2.648]],["title/21",[60,3.335,61,3.84,62,3.84]],["description/21",[60,5.293]],["title/22",[21,2.391,63,3.84,64,3.84]],["description/22",[65,6.095]],["title/23",[59,3.872,66,2.225]],["description/23",[]],["title/24",[67,4.155]],["description/24",[6,1.748,9,1.598,25,1.202,67,2.876,68,3.195,69,3.678,70,3.195,71,3.678,72,3.195]],["title/25",[67,3.486,73,4.458]],["description/25",[9,1.94,74,2.344,75,4.465,76,2.78,77,3.491,78,4.465]],["title/26",[45,1.403,79,3.872]],["description/26",[0,0.724,6,1.178,8,1.136,9,1.769,10,0.986,20,0.606,28,1.917,43,1.575,44,1.214,55,0.754,57,0.986,68,1.376,70,1.376,72,1.376,79,3.012,80,1.584,81,3.467,82,1.584,83,1.584,84,1.584,85,1.584,86,1.584,87,1.584,88,1.584,89,1.584,90,1.584]],["title/27",[9,1.668,66,1.917,74,2.016]],["description/27",[0,0.713,8,2.888,9,1.749,20,1.008,25,1.316,66,1.315,74,1.382,91,1.543,92,1.889,93,2.288,94,3.497,95,2.888,96,2.288,97,2.288]],["title/28",[9,1.668,66,1.917,74,2.016]],["description/28",[0,0.713,8,2.888,9,1.749,20,1.008,25,1.316,66,1.315,74,1.382,91,1.543,92,1.889,93,2.288,94,3.497,95,2.888,96,2.288,97,2.288]],["title/29",[66,2.225,98,3.486]],["description/29",[]],["title/30",[99,3.373,100,2.419,101,2.637,102,3.373]],["description/30",[100,3.202,101,3.491,103,4.465,104,4.465,105,3.491,106,4.465]],["title/31",[107,1.867,108,2.929,109,3.373,110,1.465]],["description/31",[108,5.293]],["title/32",[110,1.937,111,3.872]],["description/32",[6,1.371,110,1.752,111,3.503,112,4.034,113,3.503,114,4.034,115,3.503,116,3.503]],["title/33",[117,3.872,118,4.458]],["description/33",[6,1.371,110,1.752,113,3.503,115,3.503,116,3.503,117,4.76,119,4.034]],["title/34",[107,1.867,110,1.465,120,3.373,121,3.373]],["description/34",[122,6.095]],["title/35",[100,2.754,107,2.126,123,3.335]],["description/35",[123,5.293]],["title/36",[10,2.391,107,2.126,124,3.335]],["description/36",[10,3.794]],["title/37",[105,2.637,107,1.867,125,3.373,126,3.373]],["description/37",[3,1.573,101,3.909,105,3.909,127,5]],["title/38",[107,2.126,124,3.335,128,3.335]],["description/38",[128,5.293]],["title/39",[110,1.937,129,4.458]],["description/39",[]],["title/40",[130,3.872,131,3.872]],["description/40",[28,3.04,37,3.681,130,3.681,131,3.681,132,4.238,133,4.238,134,4.238]],["title/41",[135,3.486,136,3.197]],["description/41",[137,6.095]],["title/42",[66,2.225,138,3.872]],["description/42",[20,1.544,66,2.013,77,3.154,107,2.233,139,4.034,140,3.503,141,4.034,142,4.034]],["title/43",[136,3.197,143,3.872]],["description/43",[20,1.854,77,2.643,136,2.424,138,2.936,140,4.208,143,4.208,144,3.38,145,3.38,146,3.38]],["title/44",[147,4.615]],["description/44",[25,1.319,76,2.511,100,3.931,147,3.503,148,3.503,149,4.034,150,4.034]],["title/45",[10,2.391,151,2.754,152,3.003]],["description/45",[10,2.395,66,1.92,76,2.395,151,2.76,153,3.848,154,3.848,155,3.848,156,3.848,157,3.848]],["title/46",[151,3.197,152,3.486]],["description/46",[76,2.023,135,2.54,136,2.33,148,2.822,151,2.33,152,2.54,158,4.708,159,3.249,160,3.249,161,3.249,162,3.249,163,3.249]],["title/47",[2,1.457,164,3.486]],["description/47",[9,1.94,66,2.229,107,2.471,164,3.491,165,4.465,166,3.878]],["title/48",[2,1.457,164,3.486]],["description/48",[166,5.293]],["title/49",[135,3.486,167,3.872]],["description/49",[167,4.619,168,5.318,169,5.318]],["title/50",[170,2.789]],["description/50",[]],["title/51",[110,1.937,170,2.34]],["description/51",[6,1.699,110,2.172,170,3.311]],["title/52",[11,1.515,170,2.34]],["description/52",[11,1.307,92,2.76,170,2.02,171,3.342,172,3.342,173,3.342,174,1.83,175,3.009,176,3.848]],["title/53",[74,2.34,170,2.34]],["description/53",[74,2.02,92,2.76,170,2.02,171,3.342,172,3.342,173,3.342,174,1.83,175,3.009,177,3.848]],["title/54",[74,2.016,170,2.016,178,3.84]],["description/54",[74,2.344,170,3.079,174,2.124,175,3.491,179,4.465]],["title/55",[180,3.811]],["description/55",[]],["title/56",[6,1.515,180,3.197]],["description/56",[2,1.022,9,1.359,98,3.58,180,3.284,181,3.127,182,3.127,183,3.127,184,3.127,185,3.127,186,3.127,187,3.127,188,3.127]],["title/57",[6,1.146,20,1.291,98,2.637,180,2.419]],["description/57",[189,6.095]],["title/58",[174,2.528]],["description/58",[]],["title/59",[76,1.872,95,2.156,174,1.43,190,3.006,191,1.761]],["description/59",[192,6.095]],["title/60",[76,1.872,95,2.156,174,1.43,191,1.761,193,3.006]],["description/60",[194,6.095]],["title/61",[174,2.121,191,2.611]],["description/61",[0,0.671,3,0.78,11,0.842,13,0.911,15,0.911,16,0.911,25,0.81,45,0.78,46,0.81,47,0.988,48,0.988,49,0.988,50,0.988,51,0.988,52,0.988,53,0.988,54,0.988,55,1.179,195,1.649,196,1.649,197,1.649]],["title/62",[174,2.121,191,2.611]],["description/62",[0,0.671,3,0.78,11,0.842,13,0.911,15,0.911,16,0.911,25,0.81,45,0.78,46,0.81,47,0.988,48,0.988,49,0.988,50,0.988,51,0.988,52,0.988,53,0.988,54,0.988,55,1.179,195,1.649,196,1.649,197,1.649]],["title/63",[174,2.121,191,2.611]],["description/63",[0,0.671,3,0.78,11,0.842,13,0.911,15,0.911,16,0.911,25,0.81,45,0.78,46,0.81,47,0.988,48,0.988,49,0.988,50,0.988,51,0.988,52,0.988,53,0.988,54,0.988,55,1.179,195,1.649,196,1.649,197,1.649]],["title/64",[174,2.121,191,2.611]],["description/64",[0,0.671,3,0.78,11,0.842,13,0.911,15,0.911,16,0.911,25,0.81,45,0.78,46,0.81,47,0.988,48,0.988,49,0.988,50,0.988,51,0.988,52,0.988,53,0.988,54,0.988,55,1.179,195,1.649,196,1.649,197,1.649]],["title/65",[174,2.121,191,2.611]],["description/65",[0,0.671,3,0.78,11,0.842,13,0.911,15,0.911,16,0.911,25,0.81,45,0.78,46,0.81,47,0.988,48,0.988,49,0.988,50,0.988,51,0.988,52,0.988,53,0.988,54,0.988,55,1.179,195,1.649,196,1.649,197,1.649]],["title/66",[198,2.528]],["description/66",[]],["title/67",[2,0.983,6,1.022,91,1.761,110,1.306,198,1.43]],["description/67",[0,0.736,3,0.856,11,0.924,13,1,15,1,16,1,25,0.889,45,0.856,46,0.889,47,1.085,48,1.085,49,1.085,50,1.085,51,1.085,52,1.085,53,1.085,54,1.085,198,1.294]],["title/68",[2,0.983,6,1.022,91,1.761,110,1.306,198,1.43]],["description/68",[0,0.736,3,0.856,11,0.924,13,1,15,1,16,1,25,0.889,45,0.856,46,0.889,47,1.085,48,1.085,49,1.085,50,1.085,51,1.085,52,1.085,53,1.085,54,1.085,198,1.294]],["title/69",[2,0.983,6,1.022,91,1.761,110,1.306,198,1.43]],["description/69",[0,0.736,3,0.856,11,0.924,13,1,15,1,16,1,25,0.889,45,0.856,46,0.889,47,1.085,48,1.085,49,1.085,50,1.085,51,1.085,52,1.085,53,1.085,54,1.085,198,1.294]],["title/70",[2,0.983,6,1.022,91,1.761,110,1.306,198,1.43]],["description/70",[0,0.736,3,0.856,11,0.924,13,1,15,1,16,1,25,0.889,45,0.856,46,0.889,47,1.085,48,1.085,49,1.085,50,1.085,51,1.085,52,1.085,53,1.085,54,1.085,198,1.294]],["title/71",[2,0.983,6,1.022,91,1.761,110,1.306,198,1.43]],["description/71",[0,0.736,3,0.856,11,0.924,13,1,15,1,16,1,25,0.889,45,0.856,46,0.889,47,1.085,48,1.085,49,1.085,50,1.085,51,1.085,52,1.085,53,1.085,54,1.085,198,1.294]]],"invertedIndex":[["",{"_index":81,"title":{},"description":{"26":{}}}],["200",{"_index":88,"title":{},"description":{"26":{}}}],["304",{"_index":68,"title":{},"description":{"24":{},"26":{}}}],["404",{"_index":27,"title":{},"description":{"8":{}}}],["412",{"_index":86,"title":{},"description":{"26":{}}}],["absolut",{"_index":190,"title":{"59":{}},"description":{}}],["absolute-redirect/:n",{"_index":192,"title":{},"description":{"59":{}}}],["accept",{"_index":183,"title":{},"description":{"56":{}}}],["accord",{"_index":182,"title":{},"description":{"56":{}}}],["address",{"_index":61,"title":{"21":{}},"description":{}}],["again",{"_index":5,"title":{},"description":{"1":{}}}],["against",{"_index":14,"title":{},"description":{"3":{},"4":{},"5":{}}}],["againt",{"_index":12,"title":{},"description":{"2":{}}}],["agent",{"_index":64,"title":{"22":{}},"description":{}}],["algorithm",{"_index":33,"title":{"10":{}},"description":{"10":{},"11":{}}}],["allow",{"_index":127,"title":{},"description":{"37":{}}}],["anyth",{"_index":198,"title":{"66":{},"67":{},"68":{},"69":{},"70":{},"71":{}},"description":{"67":{},"68":{},"69":{},"70":{},"71":{}}}],["assum",{"_index":80,"title":{},"description":{"26":{}}}],["auth",{"_index":17,"title":{"6":{}},"description":{}}],["authent",{"_index":19,"title":{"7":{},"8":{},"9":{},"10":{},"11":{},"12":{}},"description":{"7":{},"8":{},"9":{},"10":{},"11":{}}}],["author",{"_index":42,"title":{},"description":{"12":{}}}],["back",{"_index":133,"title":{},"description":{"40":{}}}],["base64",{"_index":130,"title":{"40":{}},"description":{"40":{}}}],["base64/:valu",{"_index":134,"title":{},"description":{"40":{}}}],["basic",{"_index":18,"title":{"7":{},"8":{}},"description":{"7":{},"8":{}}}],["basic-auth",{"_index":26,"title":{},"description":{"8":{}}}],["basic-auth/:user/:password",{"_index":23,"title":{},"description":{"7":{}}}],["bearer",{"_index":39,"title":{"12":{}},"description":{"12":{}}}],["befor",{"_index":141,"title":{},"description":{"42":{}}}],["bodi",{"_index":87,"title":{},"description":{"26":{}}}],["brotli",{"_index":117,"title":{"33":{}},"description":{"33":{}}}],["brotli-encod",{"_index":119,"title":{},"description":{"33":{}}}],["byte",{"_index":136,"title":{"41":{},"43":{}},"description":{"43":{},"46":{}}}],["bytes/:n",{"_index":137,"title":{},"description":{"41":{}}}],["cach",{"_index":67,"title":{"24":{},"25":{}},"description":{"24":{}}}],["cache-control",{"_index":75,"title":{},"description":{"25":{}}}],["cache/:valu",{"_index":78,"title":{},"description":{"25":{}}}],["charact",{"_index":156,"title":{},"description":{"45":{}}}],["check",{"_index":40,"title":{},"description":{"12":{}}}],["chunk",{"_index":152,"title":{"45":{},"46":{}},"description":{"46":{}}}],["client",{"_index":62,"title":{"21":{}},"description":{}}],["client'",{"_index":63,"title":{"22":{}},"description":{}}],["code",{"_index":44,"title":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{}},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"26":{}}}],["compress",{"_index":118,"title":{"33":{}},"description":{}}],["conjunct",{"_index":104,"title":{},"description":{"30":{}}}],["connect",{"_index":49,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["contain",{"_index":149,"title":{},"description":{"44":{}}}],["control",{"_index":73,"title":{"25":{}},"description":{}}],["cooki",{"_index":170,"title":{"50":{},"51":{},"52":{},"53":{},"54":{}},"description":{"51":{},"52":{},"53":{},"54":{}}}],["cookie(",{"_index":171,"title":{},"description":{"52":{},"53":{}}}],["cookies/delet",{"_index":176,"title":{},"description":{"52":{}}}],["cookies/set",{"_index":177,"title":{},"description":{"53":{}}}],["cookies/set/:name/:valu",{"_index":179,"title":{},"description":{"54":{}}}],["creat",{"_index":96,"title":{},"description":{"27":{},"28":{}}}],["data",{"_index":110,"title":{"31":{},"32":{},"34":{},"39":{},"51":{},"67":{},"68":{},"69":{},"70":{},"71":{}},"description":{"32":{},"33":{},"51":{}}}],["decod",{"_index":131,"title":{"40":{}},"description":{"40":{}}}],["deflat",{"_index":111,"title":{"32":{}},"description":{"32":{}}}],["deflate-encod",{"_index":112,"title":{},"description":{"32":{}}}],["delay",{"_index":138,"title":{"42":{}},"description":{"43":{}}}],["delay/:sec",{"_index":142,"title":{},"description":{"42":{}}}],["delet",{"_index":11,"title":{"2":{},"52":{}},"description":{"2":{},"14":{},"15":{},"16":{},"17":{},"18":{},"52":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["deni",{"_index":101,"title":{"30":{}},"description":{"30":{},"37":{}}}],["detail",{"_index":196,"title":{},"description":{"61":{},"62":{},"63":{},"64":{},"65":{}}}],["digest",{"_index":31,"title":{"9":{},"10":{},"11":{}},"description":{"9":{},"10":{},"11":{}}}],["digest-auth/:qop/:user/:passwd",{"_index":32,"title":{},"description":{"9":{}}}],["digest-auth/:qop/:user/:passwd/:algorithm",{"_index":34,"title":{},"description":{"10":{}}}],["digest-auth/:qop/:user/:passwd/:algorithm/:stale_aft",{"_index":38,"title":{},"description":{"11":{}}}],["disallow",{"_index":106,"title":{},"description":{"30":{}}}],["document",{"_index":124,"title":{"36":{},"38":{}},"description":{}}],["drip",{"_index":143,"title":{"43":{}},"description":{"43":{}}}],["dynam",{"_index":129,"title":{"39":{}},"description":{}}],["each",{"_index":153,"title":{},"description":{"45":{}}}],["echo",{"_index":132,"title":{},"description":{"40":{}}}],["encod",{"_index":109,"title":{"31":{}},"description":{}}],["encoding/utf8",{"_index":122,"title":{},"description":{"34":{}}}],["encond",{"_index":121,"title":{"34":{}},"description":{}}],["endpoint",{"_index":3,"title":{},"description":{"1":{},"2":{},"3":{},"4":{},"5":{},"14":{},"15":{},"16":{},"17":{},"18":{},"37":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["etag",{"_index":79,"title":{"26":{}},"description":{"26":{}}}],["etag/:etag",{"_index":90,"title":{},"description":{"26":{}}}],["exampl",{"_index":125,"title":{"37":{}},"description":{}}],["exist",{"_index":103,"title":{},"description":{"30":{}}}],["fail",{"_index":29,"title":{},"description":{"8":{}}}],["format",{"_index":98,"title":{"29":{},"57":{}},"description":{"56":{}}}],["gener",{"_index":148,"title":{},"description":{"44":{},"46":{}}}],["given",{"_index":158,"title":{},"description":{"46":{}}}],["gzip",{"_index":108,"title":{"31":{}},"description":{"31":{}}}],["head",{"_index":50,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["header",{"_index":9,"title":{"20":{},"27":{},"28":{}},"description":{"1":{},"12":{},"20":{},"24":{},"25":{},"26":{},"27":{},"28":{},"47":{},"56":{}}}],["hidden",{"_index":24,"title":{"8":{}},"description":{}}],["hidden-basic-auth/:user/:password",{"_index":30,"title":{},"description":{"8":{}}}],["html",{"_index":123,"title":{"35":{}},"description":{"35":{}}}],["http",{"_index":0,"title":{"0":{},"14":{},"15":{},"16":{},"17":{},"18":{},"20":{}},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"26":{},"27":{},"28":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["https://en.wikipedia.org/wiki/http_etag",{"_index":89,"title":{},"description":{"26":{}}}],["https://en.wikipedia.org/wiki/list_of_http_status_cod",{"_index":56,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{}}}],["https://en.wikipedia.org/wiki/list_of_http_status_codes#3xx_redirect",{"_index":195,"title":{},"description":{"61":{},"62":{},"63":{},"64":{},"65":{}}}],["if-match",{"_index":85,"title":{},"description":{"26":{}}}],["if-modified-sinc",{"_index":69,"title":{},"description":{"24":{}}}],["if-none-match",{"_index":70,"title":{},"description":{"24":{},"26":{}}}],["imag",{"_index":180,"title":{"55":{},"56":{},"57":{}},"description":{"56":{}}}],["image/:format",{"_index":189,"title":{},"description":{"57":{}}}],["image/jpeg",{"_index":185,"title":{},"description":{"56":{}}}],["image/png",{"_index":186,"title":{},"description":{"56":{}}}],["image/svg+xml",{"_index":187,"title":{},"description":{"56":{}}}],["image/webp",{"_index":188,"title":{},"description":{"56":{}}}],["initi",{"_index":146,"title":{},"description":{"43":{}}}],["inspect",{"_index":59,"title":{"19":{},"23":{}},"description":{}}],["ip",{"_index":60,"title":{"21":{}},"description":{"21":{}}}],["json",{"_index":10,"title":{"36":{},"45":{}},"description":{"1":{},"26":{},"36":{},"45":{}}}],["link",{"_index":147,"title":{"44":{}},"description":{"44":{}}}],["links/:n/:offset",{"_index":150,"title":{},"description":{"44":{}}}],["list",{"_index":175,"title":{},"description":{"52":{},"53":{},"54":{}}}],["make",{"_index":4,"title":{},"description":{"1":{},"2":{},"3":{},"4":{},"5":{}}}],["match",{"_index":82,"title":{},"description":{"26":{}}}],["method",{"_index":1,"title":{"0":{}},"description":{}}],["migth",{"_index":93,"title":{},"description":{"27":{},"28":{}}}],["mkcol",{"_index":51,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["more",{"_index":57,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"26":{}}}],["multipl",{"_index":94,"title":{},"description":{"27":{},"28":{}}}],["n",{"_index":76,"title":{"59":{},"60":{}},"description":{"25":{},"44":{},"45":{},"46":{}}}],["need",{"_index":113,"title":{},"description":{"32":{},"33":{}}}],["newlin",{"_index":155,"title":{},"description":{"45":{}}}],["non-match",{"_index":84,"title":{},"description":{"26":{}}}],["number",{"_index":140,"title":{},"description":{"42":{},"43":{}}}],["on",{"_index":178,"title":{"54":{}},"description":{}}],["option",{"_index":52,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["otherwis",{"_index":72,"title":{},"description":{"24":{},"26":{}}}],["over",{"_index":144,"title":{},"description":{"43":{}}}],["packag",{"_index":116,"title":{},"description":{"32":{},"33":{}}}],["packet",{"_index":162,"title":{},"description":{"46":{}}}],["page",{"_index":100,"title":{"30":{},"35":{}},"description":{"30":{},"44":{}}}],["paramet",{"_index":8,"title":{},"description":{"1":{},"26":{},"27":{},"28":{}}}],["part",{"_index":165,"title":{},"description":{"47":{}}}],["pass",{"_index":91,"title":{"67":{},"68":{},"69":{},"70":{},"71":{}},"description":{"27":{},"28":{}}}],["password",{"_index":22,"title":{},"description":{"7":{},"8":{},"9":{},"10":{},"11":{}}}],["patch",{"_index":13,"title":{"3":{}},"description":{"3":{},"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["per",{"_index":161,"title":{},"description":{"46":{}}}],["post",{"_index":15,"title":{"4":{}},"description":{"4":{},"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["potenti",{"_index":145,"title":{},"description":{"43":{}}}],["present",{"_index":71,"title":{},"description":{"24":{}}}],["propfind",{"_index":53,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["provid",{"_index":172,"title":{},"description":{"52":{},"53":{}}}],["pseudo-random",{"_index":168,"title":{},"description":{"49":{}}}],["put",{"_index":16,"title":{"5":{}},"description":{"5":{},"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["queri",{"_index":92,"title":{},"description":{"27":{},"28":{},"52":{},"53":{}}}],["r",{"_index":115,"title":{},"description":{"32":{},"33":{}}}],["random",{"_index":135,"title":{"41":{},"49":{}},"description":{"46":{}}}],["rang",{"_index":164,"title":{"47":{},"48":{}},"description":{"47":{}}}],["range/:n",{"_index":166,"title":{},"description":{"47":{},"48":{}}}],["redirect",{"_index":174,"title":{"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{}},"description":{"52":{},"53":{},"54":{}}}],["redirect-to",{"_index":197,"title":{},"description":{"61":{},"62":{},"63":{},"64":{},"65":{}}}],["rel",{"_index":193,"title":{"60":{}},"description":{}}],["relative-redirect/:n",{"_index":194,"title":{},"description":{"60":{}}}],["report",{"_index":54,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["request",{"_index":2,"title":{"1":{},"2":{},"3":{},"4":{},"5":{},"19":{},"20":{},"47":{},"48":{},"67":{},"68":{},"69":{},"70":{},"71":{}},"description":{"1":{},"2":{},"3":{},"4":{},"5":{},"56":{}}}],["request'",{"_index":7,"title":{},"description":{"1":{}}}],["respons",{"_index":66,"title":{"23":{},"27":{},"28":{},"29":{},"42":{}},"description":{"27":{},"28":{},"42":{},"45":{},"47":{}}}],["response-head",{"_index":97,"title":{},"description":{"27":{},"28":{}}}],["return",{"_index":6,"title":{"14":{},"15":{},"16":{},"17":{},"18":{},"56":{},"57":{},"67":{},"68":{},"69":{},"70":{},"71":{}},"description":{"1":{},"8":{},"24":{},"26":{},"32":{},"33":{},"51":{}}}],["robot",{"_index":102,"title":{"30":{}},"description":{}}],["robots.txt",{"_index":105,"title":{"37":{}},"description":{"30":{},"37":{}}}],["rule",{"_index":126,"title":{"37":{}},"description":{}}],["same",{"_index":25,"title":{},"description":{"8":{},"14":{},"15":{},"16":{},"17":{},"18":{},"24":{},"27":{},"28":{},"44":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["second",{"_index":77,"title":{},"description":{"25":{},"42":{},"43":{}}}],["secur",{"_index":169,"title":{},"description":{"49":{}}}],["see",{"_index":55,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"26":{},"61":{},"62":{},"63":{},"64":{},"65":{}}}],["seed",{"_index":159,"title":{},"description":{"46":{}}}],["select",{"_index":181,"title":{},"description":{"56":{}}}],["send",{"_index":107,"title":{"31":{},"34":{},"35":{},"36":{},"37":{},"38":{}},"description":{"42":{},"47":{}}}],["set",{"_index":74,"title":{"27":{},"28":{},"53":{},"54":{}},"description":{"25":{},"27":{},"28":{},"53":{},"54":{}}}],["simpl",{"_index":99,"title":{"30":{}},"description":{}}],["size",{"_index":160,"title":{},"description":{"46":{}}}],["specifi",{"_index":20,"title":{"14":{},"15":{},"16":{},"17":{},"18":{},"57":{}},"description":{"7":{},"8":{},"9":{},"10":{},"11":{},"26":{},"27":{},"28":{},"42":{},"43":{}}}],["stale",{"_index":35,"title":{"11":{}},"description":{}}],["stale_aft",{"_index":36,"title":{},"description":{"11":{}}}],["statu",{"_index":43,"title":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{}},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"26":{}}}],["status/:statu",{"_index":58,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{}}}],["stream",{"_index":151,"title":{"45":{},"46":{}},"description":{"45":{},"46":{}}}],["stream-bytes/:n",{"_index":163,"title":{},"description":{"46":{}}}],["stream/:n",{"_index":157,"title":{},"description":{"45":{}}}],["string",{"_index":173,"title":{},"description":{"52":{},"53":{}}}],["suppli",{"_index":28,"title":{},"description":{"8":{},"12":{},"26":{},"40":{}}}],["support",{"_index":184,"title":{},"description":{"56":{}}}],["tag",{"_index":83,"title":{},"description":{"26":{}}}],["termin",{"_index":154,"title":{},"description":{"45":{}}}],["time",{"_index":95,"title":{"59":{},"60":{}},"description":{"27":{},"28":{}}}],["token",{"_index":41,"title":{},"description":{"12":{}}}],["url",{"_index":191,"title":{"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{}},"description":{}}],["user",{"_index":21,"title":{"22":{}},"description":{"7":{},"8":{},"9":{},"10":{},"11":{}}}],["user-ag",{"_index":65,"title":{},"description":{"22":{}}}],["utf-8",{"_index":120,"title":{"34":{}},"description":{}}],["uuid",{"_index":167,"title":{"49":{}},"description":{"49":{}}}],["valu",{"_index":37,"title":{},"description":{"11":{},"40":{}}}],["verb",{"_index":46,"title":{"14":{},"15":{},"16":{},"17":{},"18":{}},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["wait",{"_index":139,"title":{},"description":{"42":{}}}],["way",{"_index":48,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["well",{"_index":47,"title":{},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["work",{"_index":45,"title":{"14":{},"15":{},"16":{},"17":{},"18":{},"26":{}},"description":{"14":{},"15":{},"16":{},"17":{},"18":{},"61":{},"62":{},"63":{},"64":{},"65":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["xml",{"_index":128,"title":{"38":{}},"description":{"38":{}}}],["zip",{"_index":114,"title":{},"description":{"32":{}}}]],"pipeline":[]}},"options":{}};

      var container = document.getElementById('redoc');
      Redoc.hydrate(__redoc_state, container);

      </script>
</body>

</html>