@api-client/ui 0.5.39 → 0.5.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/tsconfig.tsbuildinfo +1 -0
- package/package.json +1 -1
- package/.aiexclude +0 -3
- package/.cursor/rules/html-and-css-best-practices.mdc +0 -63
- package/.cursor/rules/lit-best-practices.mdc +0 -89
- package/.editorconfig +0 -29
- package/.github/CONTRIBUTING.md +0 -24
- package/.github/instructions/html-and-css-best-practices.instructions.md +0 -70
- package/.github/instructions/lit-best-practices.instructions.md +0 -90
- package/.github/release.yml +0 -14
- package/.github/stale.yml +0 -23
- package/.github/workflows/auto-release.yml +0 -182
- package/.github/workflows/release.yml +0 -82
- package/.prettierrc.js +0 -14
- package/.vscode/settings.json +0 -18
- package/RELEASE.md +0 -163
- package/RELEASE_SETUP.md +0 -235
- package/build/src/demo/DemoPage.d.ts +0 -81
- package/build/src/demo/DemoPage.d.ts.map +0 -1
- package/build/src/demo/DemoPage.js +0 -175
- package/build/src/demo/DemoPage.js.map +0 -1
- package/build/src/demo/DemoStyles.d.ts +0 -3
- package/build/src/demo/DemoStyles.d.ts.map +0 -1
- package/build/src/demo/DemoStyles.js +0 -60
- package/build/src/demo/DemoStyles.js.map +0 -1
- package/build/test/elements/navigation/Navigation.test.d.ts +0 -3
- package/build/test/elements/navigation/Navigation.test.d.ts.map +0 -1
- package/build/test/elements/navigation/Navigation.test.js +0 -113
- package/build/test/elements/navigation/Navigation.test.js.map +0 -1
- package/commitlint.config.cjs +0 -2
- package/demo/elements/authorization/AuthPlugin.js +0 -57
- package/demo/elements/authorization/AuthProxy.js +0 -215
- package/demo/elements/authorization/api-key.html +0 -27
- package/demo/elements/authorization/api-key.ts +0 -44
- package/demo/elements/authorization/basic.html +0 -27
- package/demo/elements/authorization/basic.ts +0 -43
- package/demo/elements/authorization/bearer.html +0 -27
- package/demo/elements/authorization/bearer.ts +0 -43
- package/demo/elements/authorization/env.js +0 -8
- package/demo/elements/authorization/index.html +0 -44
- package/demo/elements/authorization/ntlm.html +0 -27
- package/demo/elements/authorization/ntlm.ts +0 -43
- package/demo/elements/authorization/oauth-authorize.html +0 -75
- package/demo/elements/authorization/oauth-authorize.ts +0 -40
- package/demo/elements/authorization/oauth-error.html +0 -18
- package/demo/elements/authorization/oauth-error.ts +0 -10
- package/demo/elements/authorization/oauth-popup.html +0 -36
- package/demo/elements/authorization/oauth2.html +0 -27
- package/demo/elements/authorization/oauth2.ts +0 -100
- package/demo/elements/authorization/oidc.html +0 -27
- package/demo/elements/authorization/oidc.ts +0 -139
- package/demo/elements/authorization/private.crt +0 -31
- package/demo/elements/authorization/private.csr +0 -28
- package/demo/elements/authorization/private.key +0 -51
- package/demo/elements/authorization/private.pem +0 -31
- package/demo/elements/authorization/redirect.html +0 -20
- package/demo/elements/authorization/ssl-commands.sh +0 -30
- package/demo/elements/authorization/ssl.conf +0 -24
- package/demo/elements/autocomplete/index.html +0 -64
- package/demo/elements/autocomplete/index.ts +0 -171
- package/demo/elements/code-editor/CodeEditorDemo.ts +0 -173
- package/demo/elements/code-editor/index.html +0 -19
- package/demo/elements/context-menu/DemoIcons.ts +0 -21
- package/demo/elements/context-menu/basic.html +0 -25
- package/demo/elements/context-menu/basic.ts +0 -119
- package/demo/elements/context-menu/custom-data.html +0 -25
- package/demo/elements/context-menu/custom-data.ts +0 -62
- package/demo/elements/context-menu/demo.css +0 -28
- package/demo/elements/context-menu/enabled-state.html +0 -25
- package/demo/elements/context-menu/enabled-state.ts +0 -73
- package/demo/elements/context-menu/icons.html +0 -25
- package/demo/elements/context-menu/icons.ts +0 -64
- package/demo/elements/context-menu/index.html +0 -43
- package/demo/elements/context-menu/nested.html +0 -25
- package/demo/elements/context-menu/nestedt.ts +0 -152
- package/demo/elements/context-menu/no-execute.html +0 -25
- package/demo/elements/context-menu/no-execute.ts +0 -134
- package/demo/elements/context-menu/radio-menu.html +0 -25
- package/demo/elements/context-menu/radio-menu.ts +0 -83
- package/demo/elements/context-menu/separators.html +0 -25
- package/demo/elements/context-menu/separators.ts +0 -172
- package/demo/elements/currency/index.html +0 -91
- package/demo/elements/currency/index.ts +0 -352
- package/demo/elements/environment/environment-editor.html +0 -20
- package/demo/elements/environment/environment-editor.ts +0 -49
- package/demo/elements/environment/index.html +0 -33
- package/demo/elements/environment/server-editor.html +0 -20
- package/demo/elements/environment/server-editor.ts +0 -67
- package/demo/elements/environment/variables-editor.html +0 -20
- package/demo/elements/environment/variables-editor.ts +0 -94
- package/demo/elements/har/har-viewer.html +0 -20
- package/demo/elements/har/har-viewer.ts +0 -76
- package/demo/elements/har/har1.har +0 -3044
- package/demo/elements/har/har2.json +0 -439
- package/demo/elements/har/index.html +0 -26
- package/demo/elements/highlight/example.md +0 -27
- package/demo/elements/highlight/index.html +0 -31
- package/demo/elements/highlight/marked-highlight.html +0 -132
- package/demo/elements/highlight/marked-highlight.ts +0 -22
- package/demo/elements/highlight/prism-highlight.html +0 -62
- package/demo/elements/highlight/prism-highlight.ts +0 -17
- package/demo/elements/http/body-editor.html +0 -17
- package/demo/elements/http/body-editor.ts +0 -115
- package/demo/elements/http/headers.html +0 -17
- package/demo/elements/http/headers.ts +0 -59
- package/demo/elements/http/http-assertions.html +0 -20
- package/demo/elements/http/http-assertions.ts +0 -89
- package/demo/elements/http/http-flows.html +0 -23
- package/demo/elements/http/http-flows.ts +0 -89
- package/demo/elements/http/index.html +0 -45
- package/demo/elements/http/request-editor.html +0 -26
- package/demo/elements/http/request-editor.ts +0 -197
- package/demo/elements/http/request-log.html +0 -16
- package/demo/elements/http/request-log.ts +0 -136
- package/demo/elements/http/url-editing.html +0 -17
- package/demo/elements/http/url-editing.ts +0 -112
- package/demo/elements/icons/index.html +0 -81
- package/demo/elements/icons/index.ts +0 -52
- package/demo/elements/index.html +0 -72
- package/demo/elements/mention-textarea/index.html +0 -19
- package/demo/elements/mention-textarea/index.ts +0 -205
- package/demo/elements/navigation/navigation-item.html +0 -49
- package/demo/elements/navigation/navigation-item.ts +0 -131
- package/demo/elements/navigation/navigation.html +0 -20
- package/demo/elements/navigation/navigation.ts +0 -45
- package/demo/elements/project/index.html +0 -29
- package/demo/elements/project/project-run-report.html +0 -20
- package/demo/elements/project/project-run-report.ts +0 -132
- package/demo/elements/project/request-editor.html +0 -23
- package/demo/elements/project/request-editor.ts +0 -232
- package/demo/elements/user/user-avatar.html +0 -17
- package/demo/elements/user/user-avatar.ts +0 -60
- package/demo/env.js +0 -4
- package/demo/index.html +0 -34
- package/demo/layout/index.html +0 -94
- package/demo/layout/index.ts +0 -190
- package/demo/md/DemoStyles.ts +0 -61
- package/demo/md/UiDemoPage.ts +0 -6
- package/demo/md/buttons/button.html +0 -121
- package/demo/md/buttons/button.ts +0 -246
- package/demo/md/buttons/group.html +0 -36
- package/demo/md/buttons/group.ts +0 -171
- package/demo/md/checkbox/index.html +0 -39
- package/demo/md/checkbox/index.ts +0 -220
- package/demo/md/chip/chip.html +0 -70
- package/demo/md/chip/chip.ts +0 -219
- package/demo/md/chip/pawel6c9a.jpg +0 -0
- package/demo/md/collapse/CustomDetail.ts +0 -89
- package/demo/md/collapse/collapse.html +0 -21
- package/demo/md/collapse/collapse.ts +0 -78
- package/demo/md/date-picker/date-picker.ts +0 -336
- package/demo/md/date-picker/index.html +0 -171
- package/demo/md/dialog/confirm-dialog.html +0 -49
- package/demo/md/dialog/confirm-dialog.ts +0 -121
- package/demo/md/dialog/dialog.html +0 -25
- package/demo/md/dialog/dialog.ts +0 -468
- package/demo/md/dropdown-list/index.html +0 -31
- package/demo/md/dropdown-list/index.ts +0 -158
- package/demo/md/icon-button/index.html +0 -122
- package/demo/md/icon-button/index.ts +0 -132
- package/demo/md/index.html +0 -73
- package/demo/md/inputs/input.html +0 -73
- package/demo/md/inputs/input.ts +0 -278
- package/demo/md/inputs/radio.html +0 -39
- package/demo/md/inputs/radio.ts +0 -156
- package/demo/md/inputs/switch.html +0 -45
- package/demo/md/inputs/switch.ts +0 -144
- package/demo/md/list/list.html +0 -65
- package/demo/md/list/list.ts +0 -204
- package/demo/md/listbox/listbox.html +0 -31
- package/demo/md/listbox/listbox.ts +0 -27
- package/demo/md/menu/index.html +0 -19
- package/demo/md/menu/index.ts +0 -514
- package/demo/md/notification/snack.html +0 -21
- package/demo/md/notification/snack.ts +0 -70
- package/demo/md/progress/progress.html +0 -46
- package/demo/md/progress/progress.ts +0 -161
- package/demo/md/segmented-button/index.html +0 -21
- package/demo/md/segmented-button/index.ts +0 -55
- package/demo/md/select/index.html +0 -16
- package/demo/md/select/index.ts +0 -217
- package/demo/md/tabs/tabs.html +0 -40
- package/demo/md/tabs/tabs.ts +0 -214
- package/demo/oauth-popup.html +0 -36
- package/demo/page.css +0 -8
- package/demo/resources/calendar-month.png +0 -0
- package/demo/resources/favorite.png +0 -0
- package/demo/resources/fingerprint.png +0 -0
- package/demo/resources/home-work.png +0 -0
- package/demo/resources/mood.png +0 -0
- package/demo/resources/print.png +0 -0
- package/demo/resources/stars.png +0 -0
- package/demo/resources/theaters.png +0 -0
- package/demo/tsconfig.json +0 -4
- package/eslint.config.js +0 -97
- package/scripts/copy-assets.js +0 -21
- package/scripts/release.js +0 -66
- package/src/demo/DemoPage.ts +0 -169
- package/src/demo/DemoStyles.ts +0 -60
- package/test/README.md +0 -375
- package/test/contextual-menu/ContextMenu.test.ts +0 -760
- package/test/contextual-menu/ContextMenuElement.test.ts +0 -569
- package/test/core/activity.spec.ts +0 -413
- package/test/core/activity_manager.spec.ts +0 -544
- package/test/core/application.spec.ts +0 -218
- package/test/core/fragment.spec.ts +0 -565
- package/test/core/fragment_manager.spec.ts +0 -404
- package/test/core/live_data.spec.ts +0 -558
- package/test/core/renderer.spec.ts +0 -113
- package/test/dom-assertions.test.ts +0 -182
- package/test/elements/MonacoSetup.ts +0 -65
- package/test/elements/authorization/basic-method.test.ts +0 -177
- package/test/elements/authorization/bearer-method.test.ts +0 -143
- package/test/elements/authorization/ntlm-method.test.ts +0 -219
- package/test/elements/authorization/oauth2-client-credentials-method.test.ts +0 -334
- package/test/elements/authorization/oauth2-code-method.test.ts +0 -320
- package/test/elements/authorization/oauth2-custom-grant-method.test.ts +0 -255
- package/test/elements/authorization/oauth2-device-code-method.test.ts +0 -371
- package/test/elements/authorization/oauth2-implicit-method.test.ts +0 -407
- package/test/elements/authorization/oauth2-jwt-method.test.ts +0 -217
- package/test/elements/authorization/oauth2-password-method.test.ts +0 -275
- package/test/elements/authorization/openid-method.test.ts +0 -591
- package/test/elements/autocomplete/autocomplete-input.spec.ts +0 -646
- package/test/elements/code-editor/code-editor.accessibility.test.ts +0 -298
- package/test/elements/code-editor/code-editor.test.ts +0 -574
- package/test/elements/currency/CurrencyPicker.accessibility.test.ts +0 -328
- package/test/elements/currency/CurrencyPicker.core.test.ts +0 -318
- package/test/elements/currency/CurrencyPicker.integration.test.ts +0 -482
- package/test/elements/currency/CurrencyPicker.test.ts +0 -486
- package/test/elements/data-table/DataTable.browser.test.ts +0 -649
- package/test/elements/har/HarUtils.test.ts +0 -45
- package/test/elements/har/HarViewerElement.test.ts +0 -687
- package/test/elements/har/test-data/har1.har +0 -3044
- package/test/elements/highlight/MarkedHighlightElement.test.ts +0 -452
- package/test/elements/highlight/PrismHighlightElement.test.ts +0 -79
- package/test/elements/highlight/PrismHighlighter.test.ts +0 -94
- package/test/elements/highlight/remoteSanitization.md +0 -1
- package/test/elements/highlight/test.md +0 -3
- package/test/elements/highlight/test1.md +0 -3
- package/test/elements/highlight/test2.md +0 -1
- package/test/elements/http/BodyFormdataEditorElement.test.ts +0 -482
- package/test/elements/http/BodyMultipartEditorElement.test.ts +0 -658
- package/test/elements/http/BodyRawEditorElement.test.ts +0 -90
- package/test/elements/http/CertificateAdd.test.ts +0 -457
- package/test/elements/http/HttpAssertions.test.ts +0 -994
- package/test/elements/http/HttpFlows.test.ts +0 -502
- package/test/elements/http/UrlEncodeUtils.test.ts +0 -202
- package/test/elements/layout/SplitItem.test.ts +0 -440
- package/test/elements/layout/SplitLayoutManager.test.ts +0 -1501
- package/test/elements/layout/SplitPanel.test.ts +0 -1109
- package/test/elements/mention-textarea/MentionTextArea.basic.test.ts +0 -114
- package/test/elements/mention-textarea/MentionTextArea.test.ts +0 -613
- package/test/elements/navigation/Navigation.test.ts +0 -120
- package/test/env.ts +0 -15
- package/test/events/EventTypes.test.ts +0 -363
- package/test/events/EventsTestHelpers.ts +0 -16
- package/test/helpers/TestUtils.ts +0 -243
- package/test/helpers/UiMock.ts +0 -185
- package/test/lib/Dom.test.ts +0 -231
- package/test/md/button/UiButton.test.ts +0 -347
- package/test/md/button/UiIconButton.test.ts +0 -155
- package/test/md/chip/UiChip.test.ts +0 -219
- package/test/md/collapse/UiCollapse.test.ts +0 -250
- package/test/md/collapse/flex-layout.test.ts +0 -105
- package/test/md/date-time/DateTime.test.ts +0 -348
- package/test/md/dialog/UiConfirmDialog.test.ts +0 -131
- package/test/md/dialog/UiDialog.test.ts +0 -759
- package/test/md/menu/Menu.test.ts +0 -855
- package/test/md/menu/MenuIntegration.test.ts +0 -426
- package/test/md/menu/MenuItem.test.ts +0 -652
- package/test/md/menu/SubMenu.test.ts +0 -410
- package/test/md/progress/UiCircularProgressElement.test.ts +0 -481
- package/test/md/progress/UiProgressElement.test.ts +0 -117
- package/test/md/progress/UiRangeElement.test.ts +0 -156
- package/test/md/select/Select.test.ts +0 -925
- package/test/plugins/takeScreenshotPlugin.js +0 -35
- package/test/setup.test.ts +0 -217
- package/test/setup.ts +0 -117
- package/test/tsconfig.json +0 -7
- package/web-dev-server.config.js +0 -21
- package/web-test-runner.config.js +0 -90
|
@@ -1,439 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"log": {
|
|
3
|
-
"creator": {
|
|
4
|
-
"name": "ABC",
|
|
5
|
-
"version": "Unknown"
|
|
6
|
-
},
|
|
7
|
-
"version": "1.2",
|
|
8
|
-
"entries": [
|
|
9
|
-
{
|
|
10
|
-
"startedDateTime": "2115-02-02T09:28:42.128Z",
|
|
11
|
-
"time": 372,
|
|
12
|
-
"cache": {
|
|
13
|
-
"afterRequest": null,
|
|
14
|
-
"beforeRequest": null,
|
|
15
|
-
"comment": "This application does not support caching."
|
|
16
|
-
},
|
|
17
|
-
"request": {
|
|
18
|
-
"method": "HEAD",
|
|
19
|
-
"url": "http://liwer.tf/zouh",
|
|
20
|
-
"httpVersion": "HTTP/1.1",
|
|
21
|
-
"headers": [
|
|
22
|
-
{
|
|
23
|
-
"name": "X-pesbu",
|
|
24
|
-
"value": "og"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"name": "X-puvi",
|
|
28
|
-
"value": "dug"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "X-on",
|
|
32
|
-
"value": "sassijjuc"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "X-nesu",
|
|
36
|
-
"value": "za"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "X-wodko",
|
|
40
|
-
"value": "new"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "X-nicdashu",
|
|
44
|
-
"value": "giwpanve"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"bodySize": 0,
|
|
48
|
-
"headersSize": 89,
|
|
49
|
-
"cookies": [],
|
|
50
|
-
"queryString": []
|
|
51
|
-
},
|
|
52
|
-
"response": {
|
|
53
|
-
"status": 301,
|
|
54
|
-
"statusText": "Moved Permanently",
|
|
55
|
-
"httpVersion": "HTTP/1.1",
|
|
56
|
-
"cookies": [],
|
|
57
|
-
"headers": [
|
|
58
|
-
{
|
|
59
|
-
"name": "X-law",
|
|
60
|
-
"value": "urume"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "X-iwateplew",
|
|
64
|
-
"value": "podokob"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "X-ekzu",
|
|
68
|
-
"value": "poolala"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "content-type",
|
|
72
|
-
"value": "application/json"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "location",
|
|
76
|
-
"value": "<http://cakesif.ar/uvalizwis>; rel=\"hogoeho\", <http://ru.ao/ispa>; rel=\"tobde\", <http://lelnavacu.pt/casim>; rel=\"vacogru\", <http://il.ag/eze>; rel=\"ki\""
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
"headersSize": 248,
|
|
80
|
-
"bodySize": 2505,
|
|
81
|
-
"content": {
|
|
82
|
-
"mimeType": "application/json",
|
|
83
|
-
"text": "{\n\t\"ro\":\"Helhabled hiuzkok jerek ute zothiuju agvip gufok ebutojace hupki ubpuel zinfas ked ajagol. Sig ni bocji dovabu da zela nejzij le woag wir la mafoini abegi ur bez. Hakipzo oreceuga cu go uposiz dob osmirjo si benep sedjuj saehagad apabiku tipole to lofowu.\",\n\t\"voder\":\"Nehe tuiva da gecies anajacbe zoc ukeov surguh cor ka macuve ug jedzedo lu letakpi. Sejem beuz du sughak nubih wacvocibe ape wibjez raj pursewema heetwik da alfecece juropaj ovu diz wadnew nakob. Ajeewdo vodupfu tiz etije eforov ka vomuono pa le zatcif zo bu sipso. Jejepe rut ral veg tuzilreb gamhe cusut toderid kejef naw us guhacut ufaoc. Obuada ba ze ipafacnid ul ru pir votpop cu wutija alalajuva col osu fucig rolisne bajkihnu. Zad eho meukudus terecda uw veptewo kabofud aru dug wanvo os vujibo ivji marhoh urugu wogubi harohu fe. Kige zirape gekrecom hukeszif ha nudzum dogho evabokgu metu nokashoj su bukdoc bap uweorunaj ojocon ebakiag pazi la.\",\n\t\"zi\":\"Foddip sagofiofi epgaj enrog lavo copja sap ban walfedvik le vebajakiv neihojis dubopu fe. Wimviwow ik do ecutiv wuzhipiv mucufo tiwefker nukogpe ocimapob vor kagfupru amuuhefa piwalwok. Sogig nifjez cijka ante miil gavicik bitob joc egikigep ijimumtuv afi fer nob fufewot. Por sabfihi tovuji argabek reh wulezut ma zuwaw wijil mi gat gosifoha pinni hatdi kusze. La soflenfuk fovwi pobnij jenarog kihor dulvejma marzeeza uroage pokekke goh ipfe julegjo delhucre awwiwec zehu rowcip. Edeucpaz jab hicob nintufin ca ga ovu ruj hedilofut wamegsel iwjad bonvoslu daare.\",\n\t\"aga\":\"Pawace torinu ki leatuve se va mebgin zenbupdo imlelad nojugpag ukuokji revmohot vi levezig menif pon tudci ezow. Kervi ik fodlic isubevsa hat bolwur kizala omapunic voh go zijo nikdediz. Ohga us falwuwice lauz alocu ubakere hacewev ohoazhah reguza zuwafo bolvivo pod lusse lu sasbaok.\",\n\t\"jaz\":\"Obukon roc zebu pecaro opaurdev tem omju jainzik gelzupib jo feso se omi bahloh bo wez. Wuvnem enlessid puaf nisotve wohhasem bunjuvrig lekitva ivulek sudufa uwo sogjem jiba pa rar. Bil jackim onke va enokeh wu disuloepo ofubino mod behtinu titkog tateb ugpep zu juhcej ewo. Cousa som ci savsah atkule cojac isazalnuk cisi degfuwa bellutpan acunad ruzuse. Cuhoz udnuz ta gujo pi tinwe duhi vuglen war gove pe ticjicfu bidima.\",\n\t\"do\":\"Ubgejpa gomi wez nikgu fecinim doj ipubalcuv pahuhvit nehipu ma teare bo ucmeto. Unenu ul vurkuko dugbu fajego pu fa duab ze tawvelu of enero izfujwem wur elaghu tipe kungus ri. Ho lilgeczu barfiwaw vom daj uk uzpu arra biube ado bijik wecuje iladig som.\"\n}",
|
|
84
|
-
"size": 2505
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"startedDateTime": "2100-08-01T23:42:01.887Z",
|
|
90
|
-
"time": 2783,
|
|
91
|
-
"cache": {
|
|
92
|
-
"afterRequest": null,
|
|
93
|
-
"beforeRequest": null,
|
|
94
|
-
"comment": "This application does not support caching."
|
|
95
|
-
},
|
|
96
|
-
"request": {
|
|
97
|
-
"method": "HEAD",
|
|
98
|
-
"url": "http://liwer.tf/zouh",
|
|
99
|
-
"httpVersion": "HTTP/1.1",
|
|
100
|
-
"headers": [
|
|
101
|
-
{
|
|
102
|
-
"name": "X-pesbu",
|
|
103
|
-
"value": "og"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"name": "X-puvi",
|
|
107
|
-
"value": "dug"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "X-on",
|
|
111
|
-
"value": "sassijjuc"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"name": "X-nesu",
|
|
115
|
-
"value": "za"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"name": "X-wodko",
|
|
119
|
-
"value": "new"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"name": "X-nicdashu",
|
|
123
|
-
"value": "giwpanve"
|
|
124
|
-
}
|
|
125
|
-
],
|
|
126
|
-
"bodySize": 0,
|
|
127
|
-
"headersSize": 89,
|
|
128
|
-
"cookies": [],
|
|
129
|
-
"queryString": []
|
|
130
|
-
},
|
|
131
|
-
"response": {
|
|
132
|
-
"status": 303,
|
|
133
|
-
"statusText": "See Other",
|
|
134
|
-
"httpVersion": "HTTP/1.1",
|
|
135
|
-
"cookies": [],
|
|
136
|
-
"headers": [
|
|
137
|
-
{
|
|
138
|
-
"name": "X-vemmabgo",
|
|
139
|
-
"value": "jiza"
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"name": "X-onu",
|
|
143
|
-
"value": "mevuugo"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "X-hipe",
|
|
147
|
-
"value": "feecuti"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"name": "X-guwba",
|
|
151
|
-
"value": "repisoc"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"name": "X-osacol",
|
|
155
|
-
"value": "cevdacub"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"name": "X-ifnuoj",
|
|
159
|
-
"value": "mokrabheh"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"name": "content-type",
|
|
163
|
-
"value": "text/html"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"name": "location",
|
|
167
|
-
"value": "<http://wuzwo.fk/lap>; rel=\"huibha\", <http://huwro.tm/huzcolfi>; rel=\"edrolur\""
|
|
168
|
-
}
|
|
169
|
-
],
|
|
170
|
-
"headersSize": 221,
|
|
171
|
-
"bodySize": 301,
|
|
172
|
-
"content": {
|
|
173
|
-
"mimeType": "text/html",
|
|
174
|
-
"text": "Fugjegjot kikauwo vuw mu uz odgiod batmowet zujsi evu hu daoli akekdol nim. Viw fut ha gedaf labejok olcokes ojaigki calefi rowe gam hu baz rolul. Posik re oc caz tarjeznu pin ma si lunibeba napuw na sucsufiti hakdog nektad lu. Ajaza ej fec lid icaze borecpi gez tew jahje jigcer ikube ubire ur batze.",
|
|
175
|
-
"size": 301
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"startedDateTime": "2053-09-04T17:21:46.927Z",
|
|
181
|
-
"time": 3672,
|
|
182
|
-
"cache": {
|
|
183
|
-
"afterRequest": null,
|
|
184
|
-
"beforeRequest": null,
|
|
185
|
-
"comment": "This application does not support caching."
|
|
186
|
-
},
|
|
187
|
-
"request": {
|
|
188
|
-
"method": "HEAD",
|
|
189
|
-
"url": "http://liwer.tf/zouh",
|
|
190
|
-
"httpVersion": "HTTP/1.1",
|
|
191
|
-
"headers": [
|
|
192
|
-
{
|
|
193
|
-
"name": "X-pesbu",
|
|
194
|
-
"value": "og"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"name": "X-puvi",
|
|
198
|
-
"value": "dug"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"name": "X-on",
|
|
202
|
-
"value": "sassijjuc"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"name": "X-nesu",
|
|
206
|
-
"value": "za"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"name": "X-wodko",
|
|
210
|
-
"value": "new"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"name": "X-nicdashu",
|
|
214
|
-
"value": "giwpanve"
|
|
215
|
-
}
|
|
216
|
-
],
|
|
217
|
-
"bodySize": 0,
|
|
218
|
-
"headersSize": 89,
|
|
219
|
-
"cookies": [],
|
|
220
|
-
"queryString": []
|
|
221
|
-
},
|
|
222
|
-
"response": {
|
|
223
|
-
"status": 303,
|
|
224
|
-
"statusText": "See Other",
|
|
225
|
-
"httpVersion": "HTTP/1.1",
|
|
226
|
-
"cookies": [],
|
|
227
|
-
"headers": [
|
|
228
|
-
{
|
|
229
|
-
"name": "X-jolnu",
|
|
230
|
-
"value": "wimico"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"name": "content-type",
|
|
234
|
-
"value": "image/png"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"name": "location",
|
|
238
|
-
"value": "<http://dukbul.iq/hu>; rel=\"zofib\", <http://zasbod.tw/zurluzfeb>; rel=\"birho\", <http://ebe.gg/afasoafa>; rel=\"he\""
|
|
239
|
-
}
|
|
240
|
-
],
|
|
241
|
-
"headersSize": 168,
|
|
242
|
-
"bodySize": 452,
|
|
243
|
-
"content": {
|
|
244
|
-
"mimeType": "image/png",
|
|
245
|
-
"text": "Luluk towicwa cigpudpu tedool mamotig rezcolcaz ohpoj da memvifre zeg puh en lisci. Tado zofzeh emi adu te oge rakijla zagagiga lomijbe diktav bo bemguwpi gabpone pagsodof mifjas go ipla. Kocehuso mezpuge so eso imo dutbaju rup elomewseg ebojujawa legum beva jazatku. Wif osi mawubi joszunif fidfol pudbeduh ed nidkekap vo gosar zes tomizob azwerac. Rinmas dugkegve derezavi walok ozazo wudso numzer pilnanke vah mowuc favjime manile hi ehsaz del juus.",
|
|
246
|
-
"size": 452
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"startedDateTime": "2051-06-17T10:17:46.530Z",
|
|
252
|
-
"time": 566,
|
|
253
|
-
"cache": {
|
|
254
|
-
"afterRequest": null,
|
|
255
|
-
"beforeRequest": null,
|
|
256
|
-
"comment": "This application does not support caching."
|
|
257
|
-
},
|
|
258
|
-
"request": {
|
|
259
|
-
"method": "HEAD",
|
|
260
|
-
"url": "http://liwer.tf/zouh",
|
|
261
|
-
"httpVersion": "HTTP/1.1",
|
|
262
|
-
"headers": [
|
|
263
|
-
{
|
|
264
|
-
"name": "X-pesbu",
|
|
265
|
-
"value": "og"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"name": "X-puvi",
|
|
269
|
-
"value": "dug"
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"name": "X-on",
|
|
273
|
-
"value": "sassijjuc"
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"name": "X-nesu",
|
|
277
|
-
"value": "za"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"name": "X-wodko",
|
|
281
|
-
"value": "new"
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "X-nicdashu",
|
|
285
|
-
"value": "giwpanve"
|
|
286
|
-
}
|
|
287
|
-
],
|
|
288
|
-
"bodySize": 0,
|
|
289
|
-
"headersSize": 89,
|
|
290
|
-
"cookies": [],
|
|
291
|
-
"queryString": []
|
|
292
|
-
},
|
|
293
|
-
"response": {
|
|
294
|
-
"status": 301,
|
|
295
|
-
"statusText": "Moved Permanently",
|
|
296
|
-
"httpVersion": "HTTP/1.1",
|
|
297
|
-
"cookies": [],
|
|
298
|
-
"headers": [
|
|
299
|
-
{
|
|
300
|
-
"name": "X-pu",
|
|
301
|
-
"value": "taj"
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"name": "X-vulikaki",
|
|
305
|
-
"value": "ud"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"name": "X-tihu",
|
|
309
|
-
"value": "du"
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"name": "X-begajfum",
|
|
313
|
-
"value": "emesiwca"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"name": "X-mocdul",
|
|
317
|
-
"value": "cip"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"name": "X-helnuma",
|
|
321
|
-
"value": "uciete"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"name": "content-type",
|
|
325
|
-
"value": "application/x-www-form-urlencoded"
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"name": "location",
|
|
329
|
-
"value": "<http://eseaja.md/mi>; rel=\"nur\", <http://kaza.mh/civ>; rel=\"pujo\", <http://wiehpi.sr/do>; rel=\"faokocaj\", <http://ruluf.bm/hizis>; rel=\"vulutonuz\""
|
|
330
|
-
}
|
|
331
|
-
],
|
|
332
|
-
"headersSize": 299,
|
|
333
|
-
"bodySize": 3411,
|
|
334
|
-
"content": {
|
|
335
|
-
"mimeType": "application/x-www-form-urlencoded",
|
|
336
|
-
"text": "vocici=As+mo+zozilo+hul+jiedo+cofgu+ta+nuri+vu+fok+ajetus+viwu+kuhsuhfeb+bij+ehitu.+Duwov+si+eguzatgip+wizrac+bu+ofeic+wizgu+urefeadi+tine+vaf+simlojcu+wu+dezim+onug+hulhon+do+an.+Nizi+ucoop+napozza+ridu+vawase+ap+idzinifo+vo+gu+awimibcu+ne+enel+naviec+cido+do+im+madhozasu.+Fehet+hi+gi+vibu+ig+moh+hep+utfa+duhvo+re+vozpo+uti+uv+dugti+erusus+cijluga+pandetru+hizo.+Monbelhe+wozavow+kinuza+to+can+biwzif+wajlil+ehu+mawesma+bucuhzi+po+denevdo+efatom+me+beces+iwuof.&sanhe=Ir+is+ki+pogafel+ri+tedlo+kilvorfuc+kubuf+cukibe+cewzumuzu+lumez+sewwumad+temezce+riwuja.+Mo+taza+jod+sunoros+la+vefezemoz+vulatut+guum+bur+gi+pufogu+pecfeji+vuggeza+wijdewwe+losa+pu+roum+vefbahlac.+Zuwuhtaz+cufuutu+bec+duk+ri+mutlu+ezu+ecahaji+livji+fo+nuawco+tinnob.+Horgizur+ifug+os+jawhovu+haraacu+ledod+uta+bu+umdug+ohiudo+koafu+ukeuj+fopi+rap.+Ja+mi+ha+cot+cabiteje+olojot+ta+buukfu+ci+gonil+ceivi+jot+wawbu.+Ir+uficu+ig+volridfu+ahi+ic+zannaktur+zamahzek+ko+kodopip+ipkef+iveje.+Bo+ewwuz+pig+za+fumouba+dalzilu+hudovebo+odbucol+tatocu+ovi+vafsuara+mitdevi+jijamub+wovare+pak+uma.&detukote=Gaudi+mazcev+hon+vek+tu+savnuka+nus+al+mudru+cejma+ifa+gishesor.+Ar+fi+puro+wus+rolval+zaziwe+okmibav+ofalerni+liw+eric+sepca+cop+puz+na+ajdu+elbo.+Barbej+cew+al+kewavbi+mabwev+vecuni+unikobur+vidvihup+jabrizda+casrofrir+rakdah+jef+hikuru+mok+itbed+no+um.+Bod+lamej+eluub+judsuze+vuwbi+hivzepib+ivauzena+jahzet+kihlevgu+mod+cu+misbic+deju+so+gi+um+ru+hergiw.&hecop=So+kecsouz+vuf+ugakakzoc+nafbeg+ha+ac+bi+mottegup+momo+fuub+kedufso+sogah+civ+luhpahak+baw.+Babru+mup+keci+coli+pecu+oniguzmok+gozpe+tevzuvi+vub+kon+sikedog+akauret+uzviamu+si+ed+dazreb+dafamse.+Hefig+fuadga+ofitudos+buvbevpu+sob+uneojime+cu+fiisob+aja+linutom+jefilca+jil.+Mu+liirime+puaf+val+wazak+deij+coh+go+kebwoca+risezus+sewat+izeta+vifhojsi+us+ahapiv+ze+gulbekas.&zez=Losa+josnol+sitsas+ipirerov+cicimhis+vimisfo+hoz+idupikome+tuwu+pamibsib+bevkivse+woej.+Uce+ha+ku+ez+nek+gi+tarifruk+gunohoj+muktoozo+basas+kuvoh+gi+jenelane+zamazfan+opu.+Do+fokrigil+zivun+mubjoja+cesruk+komizvon+rog+filoup+omla+fagretwar+ci+ruc+wi+pimuv+eroowu+avabuk+zaguf.+Deko+teloro+danam+wimes+apnacus+kut+ne+ugo+ma+hukwus+uw+timco+bide+la+pupwah.+Bozenjo+ciftolcel+ten+kokrohwit+jahijso+owamamwo+umowu+za+cu+bog+lafbisno+pucopri.+Ciro+turi+jiblivba+vutatuva+ivemu+ippiwmi+viduh+ohdun+soowkin+vivic+duneh+ogbu+tur+duviuh+ka+itcot.+Uzone+nas+turo+zu+duddi+ka+sobcejo+fumnup+pucnid+hu+nesavfe+retva+zevmas.&meuke=Onlot+walezroh+napalveh+ewte+femeku+biv+usogi+se+weamo+mor+utefalva+ipasaki+cepusic.+Efjuk+ivi+fe+esucub+nil+du+jazbikse+fu+nodin+ugeola+zaetadat+jij+wirsan+teewonug+gi.+Iw+wufsi+kupaz+wumafru+wuf+kiver+jidosufan+nek+bin+afabip+cocanuca+cuodun+jor+va+weze.+Vujiloepo+zicit+re+roho+adhubsan+hezwav+ripevbo+dokvi+voj+sakeb+zaec+wa+nihva+dizemvu.+Ziabu+iw+detohle+coede+ninamduj+osrigolo+kute+cudebvi+jofewalu+ves+nilwo+jew+taibhak+pe+sep+dovmub+vovdakril+ji.&pu=Sepeoci+wegazhow+oga+ustal+adafac+inohi+cupitrev+teeruca+ravvoksa+cuucerub+lu+nozamnis+kikegdip+lubos+ebe.+Hemobzeh+tuganu+umsi+iwolokil+avgipoje+sobadotur+durnug+mi+teljaco+olvebet+puisa+cupemi+carzi+ze+opa+jurbile.+Ok+bubikir+hed+pini+kavdesne+mivcon+ojeno+ahawewaz+tikho+ucuube+giem+lu+mak.+Ardum+ikrirva+nurog+ecuakiac+ducepa+ta+wo+juccatji+tanvonicu+zupgewgaf+lulo+ne+va+peban+bawefbi+jedluvek+izeri.+Befedu+macsewo+repo+sajirap+laivfa+govtatva+ociori+ojubah+kuhpuper+cazih+fovef+zibji+zu+hopme+osupej+geseso+wugvu+lema.",
|
|
337
|
-
"size": 3411
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"startedDateTime": "2021-03-15T17:44:05.999Z",
|
|
343
|
-
"time": 3303,
|
|
344
|
-
"cache": {
|
|
345
|
-
"afterRequest": null,
|
|
346
|
-
"beforeRequest": null,
|
|
347
|
-
"comment": "This application does not support caching."
|
|
348
|
-
},
|
|
349
|
-
"timings": {
|
|
350
|
-
"blocked": 33,
|
|
351
|
-
"connect": 45,
|
|
352
|
-
"receive": 35,
|
|
353
|
-
"send": 94,
|
|
354
|
-
"wait": 54,
|
|
355
|
-
"dns": 92,
|
|
356
|
-
"ssl": 3
|
|
357
|
-
},
|
|
358
|
-
"request": {
|
|
359
|
-
"method": "HEAD",
|
|
360
|
-
"url": "http://liwer.tf/zouh",
|
|
361
|
-
"httpVersion": "HTTP/1.1",
|
|
362
|
-
"headers": [
|
|
363
|
-
{
|
|
364
|
-
"name": "X-pesbu",
|
|
365
|
-
"value": "og"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"name": "X-puvi",
|
|
369
|
-
"value": "dug"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"name": "X-on",
|
|
373
|
-
"value": "sassijjuc"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"name": "X-nesu",
|
|
377
|
-
"value": "za"
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"name": "X-wodko",
|
|
381
|
-
"value": "new"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"name": "X-nicdashu",
|
|
385
|
-
"value": "giwpanve"
|
|
386
|
-
}
|
|
387
|
-
],
|
|
388
|
-
"bodySize": 0,
|
|
389
|
-
"headersSize": 89,
|
|
390
|
-
"cookies": [],
|
|
391
|
-
"queryString": []
|
|
392
|
-
},
|
|
393
|
-
"response": {
|
|
394
|
-
"status": 204,
|
|
395
|
-
"statusText": "lupuhuk",
|
|
396
|
-
"httpVersion": "HTTP/1.1",
|
|
397
|
-
"cookies": [],
|
|
398
|
-
"headers": [
|
|
399
|
-
{
|
|
400
|
-
"name": "etag",
|
|
401
|
-
"value": "W/9636f7302f0eaa35241195f1989b796d333447e8"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"name": "date",
|
|
405
|
-
"value": "Mon, 15 Mar 2021 17:44:07 GMT"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"name": "pragma",
|
|
409
|
-
"value": "no-cache"
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"name": "access-control-allow-origin",
|
|
413
|
-
"value": "moca.zw"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"name": "content-encoding",
|
|
417
|
-
"value": "gzip"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"name": "access-control-allow-origin",
|
|
421
|
-
"value": "*"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "content-type",
|
|
425
|
-
"value": "application/json"
|
|
426
|
-
}
|
|
427
|
-
],
|
|
428
|
-
"headersSize": 227,
|
|
429
|
-
"bodySize": 2744,
|
|
430
|
-
"content": {
|
|
431
|
-
"mimeType": "application/json",
|
|
432
|
-
"text": "{\n\t\"igu\":\"Kostof enmogos hel awodu righevif nijer pib ummuver vupanru se waumwe ni. Pecok cazvirub ezo dubesek modinrik pe pa ob tetil kina cuzas oja. Ivheb birivoc vam cozi joco ne ne iga wesi dataj redsuj apozeju da jewic. Kakfoljo wus lu jil inuen ko bufehaf akkec himkikkis waltagro ki waod alrisal mez nan pase hep fecihepi. Fabfalmih ojmi tuluzzuv vep lo nugab tekzawe bumogopu bazborke oz mic laroaw vis pujok ror.\",\n\t\"wecdugfuc\":\"Ciet routoze pimse puhe soshuj ta surres kob remvar oli nab cismajiv rocukin firijujom dunozle zu cotofawu zuit. Zeocpi facdef depkuc kitwa cumgi fo log eco wubmem dud da litaufo wirgimi dorduruj piodva ilu imeli. Tuwgov vahev lehkog nepfol sowkoge culson ce zorob punogi ge ded wa helsepi ucsernem heep bote aga bagajaote.\",\n\t\"no\":\"Gaho pili ig emujovag efra zon kizvombi ibeavme evtic fonza jecname naer lujamfi tow moberme hehi viwwi ikesujru. Mahic tohzewpim vaebe vovcot wohina ilow vematgi lu niej he hog ri no jolgapkag viaki lakeira hamotuv. Tevuda no capjogad bab befkabe kibi in ehacef julu joecdi efpen en ru ukbu di bejiklo puneti. Ow vefpe kuzuar ijid ewvauk pidikoba jazaace ula givifuovu zo ha tirom duwoh. Kewuglop puwuw lahasot irjos sirku wedhu jod habu ki kade nizis wuja timlamzi luwum puduev ned. Zo wepvi didulizo efa ku senrovka kis ra rikurgi da gavnecdi pa lo ovhet ulomik. Abjiubo lekid umo bamur isi isuvibva iru fefeek sodiho ritu bioscet tozrum ade ni.\",\n\t\"vannu\":\"Revan lac zunzud baj zip ajgagef wotni la ugimuri kimo go obujisin tuvjuhfi. Babe iwsuczef remevhak pu co to ewlamum olasemse rocal ove hicruwep ovlot zuk fi gilvunlol namowfi. Cut dacbaku winir fannupik otvaga tes ur evwo in nugize litsa curac dovjac. Poewa ug usriz jogelfag wujuz ladgev lowavor vanu avvu gamebsu izfofpa pamezoj run duv tiwde fe. Coihe fipatir vikso notul lo vokpo ovawon ficaimi atokwa kec zukaj la belhe logutoke jo bufene. Heol mefjiwog kiuga umgibzog mu lelmotic ejo vezu ca argizzan kewwus vuwpeuj dofoce as zicsaba caszoslo du bo.\",\n\t\"se\":\"Raw hevba ohefudi zemadur ni um ba budumrow vori sesukmig ol dargommo putinwe desa zipaczi ozu jal. Pu mupatvub urop ikimukso opsi cijbikov wubhoic lacioga fe ve jembi dud herom fubuge toka da rir. Veg redevon hadubal kutodoh suv bufipum ani nokuz sa ickaz keffupab pihoar wip.\",\n\t\"nefifdo\":\"Danratij paf zeol konowu moc edmi am wagda tugvanki vec nep vile ite wa seaf volurtak jedpewuz teb. Neelse zepolvo uwsu olalemrog saflerabo pi ut seche alivu jezpa fi awugig set. Rid noverij laez udzojev zonihe gesraj ose dave petuj mos gujhotne sahjur megni ganzetde kakkor tamso pas. Bo tulusza huavu luukdo sul owo rop wesuwzom zob set al vaneg bilteamo fetnawef la. Deco waken werurob ajlari petecnun ozuotesa fiov ko hak korevdo wojpobzi ijekcir.\"\n}",
|
|
433
|
-
"size": 2744
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
]
|
|
438
|
-
}
|
|
439
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en-GB">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>API Client UI</title>
|
|
6
|
-
<link
|
|
7
|
-
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
|
|
8
|
-
rel="stylesheet"
|
|
9
|
-
/>
|
|
10
|
-
<link href="../../../src/styles/m3/tokens.css" rel="stylesheet" type="text/css" />
|
|
11
|
-
<link href="../../../src/styles/m3/theme.css" rel="stylesheet" type="text/css" />
|
|
12
|
-
<link href="../../page.css" rel="stylesheet" type="text/css" />
|
|
13
|
-
</head>
|
|
14
|
-
<body>
|
|
15
|
-
<main>
|
|
16
|
-
<h1>The UI library for HAR format</h1>
|
|
17
|
-
<nav>
|
|
18
|
-
<h2>Elements</h2>
|
|
19
|
-
<dl>
|
|
20
|
-
<dt><a href="har-viewer.html">HAR viewer</a></dt>
|
|
21
|
-
<dd>An element that renders documentation for a HAR content.</dd>
|
|
22
|
-
</dl>
|
|
23
|
-
</nav>
|
|
24
|
-
</main>
|
|
25
|
-
</body>
|
|
26
|
-
</html>
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# Markdown Renderer
|
|
2
|
-
|
|
3
|
-
JSON example:
|
|
4
|
-
|
|
5
|
-
```json
|
|
6
|
-
{
|
|
7
|
-
"test": "true"
|
|
8
|
-
}
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
Example:
|
|
12
|
-
|
|
13
|
-
```html
|
|
14
|
-
<paper-toolbar>
|
|
15
|
-
<paper-icon-button icon="menu"></paper-icon-button>
|
|
16
|
-
<div class="title">Title</div>
|
|
17
|
-
<paper-icon-button icon="more"></paper-icon-button>
|
|
18
|
-
</paper-toolbar>
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
_Nifty_ features.
|
|
22
|
-
|
|
23
|
-
## Security
|
|
24
|
-
|
|
25
|
-
[Link](http://url.com" onclick="alert('This should not happen')")
|
|
26
|
-
|
|
27
|
-
<a href="http://url.com" onclick="alert('This should not happen')">Link</a>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en-GB">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>Highlight</title>
|
|
6
|
-
<link
|
|
7
|
-
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
|
|
8
|
-
rel="stylesheet"
|
|
9
|
-
/>
|
|
10
|
-
<link href="../../../src/styles/m3/tokens.css" rel="stylesheet" type="text/css" />
|
|
11
|
-
<link href="../../../src/styles/m3/theme.css" rel="stylesheet" type="text/css" />
|
|
12
|
-
<link href="../../page.css" rel="stylesheet" type="text/css" />
|
|
13
|
-
</head>
|
|
14
|
-
<body>
|
|
15
|
-
<main>
|
|
16
|
-
<h1>The highlight library</h1>
|
|
17
|
-
<article>
|
|
18
|
-
A set of tools to work with markdown content and other syntax highlighting.
|
|
19
|
-
</article>
|
|
20
|
-
<nav>
|
|
21
|
-
<h2>Contents</h2>
|
|
22
|
-
<dl>
|
|
23
|
-
<dt><a href="marked-highlight.html">marked-highlight</a></dt>
|
|
24
|
-
<dd>An element that specializes in rendering a markdown content.</dd>
|
|
25
|
-
<dt><a href="prism-highlight.html">prism-highlight</a></dt>
|
|
26
|
-
<dd>An element that provides syntax highlighting via the Prism library.</dd>
|
|
27
|
-
</dl>
|
|
28
|
-
</nav>
|
|
29
|
-
</main>
|
|
30
|
-
</body>
|
|
31
|
-
</html>
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en-GB">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="utf-8">
|
|
6
|
-
<style>
|
|
7
|
-
.centered {
|
|
8
|
-
max-width: 550px;
|
|
9
|
-
padding: 0;
|
|
10
|
-
overflow: auto;
|
|
11
|
-
}
|
|
12
|
-
h1 {
|
|
13
|
-
margin-left: 30px;
|
|
14
|
-
}
|
|
15
|
-
h3 {
|
|
16
|
-
color: #757575;
|
|
17
|
-
margin-left: 30px;
|
|
18
|
-
}
|
|
19
|
-
marked-highlight {
|
|
20
|
-
display: block;
|
|
21
|
-
background-color: #ECEFF1;
|
|
22
|
-
padding: 10px 30px;
|
|
23
|
-
margin-bottom: 10px;
|
|
24
|
-
}
|
|
25
|
-
.markdown-html.custom p {
|
|
26
|
-
padding-left: 24px;
|
|
27
|
-
}
|
|
28
|
-
</style>
|
|
29
|
-
<link href="../../../src/styles/m3/tokens.css" rel="stylesheet" type="text/css" />
|
|
30
|
-
<link href="../../../src/styles/m3/theme.css" rel="stylesheet" type="text/css" />
|
|
31
|
-
</head>
|
|
32
|
-
|
|
33
|
-
<body>
|
|
34
|
-
<div class="vertical-section vertical-section-container centered" role="main">
|
|
35
|
-
<h1><marked-highlight></h1>
|
|
36
|
-
|
|
37
|
-
<section id="config">
|
|
38
|
-
<h3>Configuration</h3>
|
|
39
|
-
<label><input type="checkbox" id="breaks">breaks</label>
|
|
40
|
-
<label><input type="checkbox" id="pedantic">pedantic</label>
|
|
41
|
-
<label><input type="checkbox" id="sanitize">sanitize</label>
|
|
42
|
-
<label><input type="checkbox" id="disableRemoteSanitization">disableRemoteSanitization</label>
|
|
43
|
-
</section>
|
|
44
|
-
|
|
45
|
-
<section>
|
|
46
|
-
<h3>Inline Text</h3>
|
|
47
|
-
<marked-highlight>
|
|
48
|
-
<div slot="markdown-html"></div>
|
|
49
|
-
<script type="text/markdown">
|
|
50
|
-
# Markdown Renderer
|
|
51
|
-
|
|
52
|
-
<div>This is a HTML container</div>
|
|
53
|
-
|
|
54
|
-
JSON example:
|
|
55
|
-
|
|
56
|
-
```json
|
|
57
|
-
{
|
|
58
|
-
"test": "true"
|
|
59
|
-
}
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
## Security
|
|
63
|
-
|
|
64
|
-
[Test Link 1](http://url.com" onclick="alert('This should not happen')")
|
|
65
|
-
|
|
66
|
-
<a href="http://url.com" onclick="alert('This should not happen')">Test Link 2</a>
|
|
67
|
-
|
|
68
|
-
<table><tr><td>
|
|
69
|
-
<pre>
|
|
70
|
-
**Hello**,
|
|
71
|
-
_world_.
|
|
72
|
-
</pre>
|
|
73
|
-
</td><td>
|
|
74
|
-
**Hello**,
|
|
75
|
-
_world_.
|
|
76
|
-
</td></tr></table>
|
|
77
|
-
|
|
78
|
-
Example:
|
|
79
|
-
|
|
80
|
-
```html
|
|
81
|
-
<paper-toolbar>
|
|
82
|
-
<paper-icon-button icon="menu"></paper-icon-button>
|
|
83
|
-
<div class="title">Title</div>
|
|
84
|
-
<paper-icon-button icon="more"></paper-icon-button>
|
|
85
|
-
</paper-toolbar>
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
_Nifty_ features.
|
|
89
|
-
|
|
90
|
-
## Formatting
|
|
91
|
-
|
|
92
|
-
### Lists
|
|
93
|
-
|
|
94
|
-
**Unordered list**
|
|
95
|
-
- item 1
|
|
96
|
-
- item 2
|
|
97
|
-
- item 3
|
|
98
|
-
- item 4
|
|
99
|
-
|
|
100
|
-
**Ordered list**
|
|
101
|
-
1. item 1
|
|
102
|
-
1. item 2
|
|
103
|
-
1. item 3
|
|
104
|
-
1. item 4
|
|
105
|
-
</script>
|
|
106
|
-
</marked-highlight>
|
|
107
|
-
</section>
|
|
108
|
-
|
|
109
|
-
<section>
|
|
110
|
-
<h3>Text via Attribute, with custom styling</h3>
|
|
111
|
-
|
|
112
|
-
<marked-highlight markdown="***Bold and italic***">
|
|
113
|
-
<div slot="markdown-html" class="markdown-html custom"></div>
|
|
114
|
-
</marked-highlight>
|
|
115
|
-
</section>
|
|
116
|
-
|
|
117
|
-
<section>
|
|
118
|
-
<h3>Remote content</h3>
|
|
119
|
-
|
|
120
|
-
<marked-highlight id="remoteContent" disableRemoteSanitization>
|
|
121
|
-
<div class="markdown-html"></div>
|
|
122
|
-
<script type="text/markdown" src="./example.md">
|
|
123
|
-
Loading markdown...
|
|
124
|
-
</script>
|
|
125
|
-
</marked-highlight>
|
|
126
|
-
</section>
|
|
127
|
-
</div>
|
|
128
|
-
|
|
129
|
-
<script type="module" src="/.tmp/demo/elements/highlight/marked-highlight.js"></script>
|
|
130
|
-
</body>
|
|
131
|
-
|
|
132
|
-
</html>
|