@api-components/headers-list-view
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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/

Readme

Keywords

none

Package Sidebar

Install

npm i @api-components/headers-list-view

Weekly Downloads

3

Version

2.0.0

License

Apache-2.0

Unpacked Size

81.1 kB

Total Files

19

Last publish

Collaborators

  • carowright
  • jarrodek
  • twoplustwoone
  • lbauret