2.0.0 • Published 6 years ago

@api-components/headers-list-view v2.0.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

Build Status
Published on webcomponents.org

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/