@api-components/headers-list-view
v2.0.0
Published
An element that displays a list of headers
Downloads
10
Keywords
Readme
headers-list-view
An element that displays a list of headers.
<headers-list-view></headers-list-view>
<script>
let headers = 'Content-Type: application-json\n';
headers += 'Content-Length: 256\n';
headers += 'Content-Encoding: gzip\n';
headers += 'x-server: x-abc.zone-europe-a.domain.company.com';
document.querySelector('headers-list-view').headers = headers;
</script>
API components
This components is a part of API components ecosystem: https://elements.advancedrestclient.com/