Skip to content

Releases: ProfPowell/http-component

http-explorer

27 Nov 17:29
26559d6

Choose a tag to compare

Introducing a new component to allow you to play with requests setting headers, modifying methods, and setting payloads like other HTTP debugging tools but browser based using a web component. Useful for teaching the ideas of HTTP and simple exploration of end points.

Request or Response Only Feature

27 Nov 05:33
73a2d25

Choose a tag to compare

Added feature to allow you to show only part of the request-response conversation.

Upgrade for selective highlighting

27 Nov 03:10
11ecab4

Choose a tag to compare

What's Changed

Ability to highlight aspects of requests and responses

Initial release

27 Nov 01:31
28a80e5

Choose a tag to compare

What's Changed

  • Initial functionality with request / response, waterfall style, and actual live listener web components
  • Improve repo: inline CSS, add JSDoc, tests, and LICENSE by @ProfPowell in #1
  • Add Custom Elements Manifest and ESLint for tooling and quality by @ProfPowell in #2
  • Add Prettier, TypeScript defs, coverage, browser tests, and docs by @ProfPowell in #3

New Contributors

Full Changelog: https://github.com/ProfPowell/http-component/commits/v1.0.0