Releases: ProfPowell/http-component
Releases · ProfPowell/http-component
http-explorer
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
Added feature to allow you to show only part of the request-response conversation.
Upgrade for selective highlighting
What's Changed
Ability to highlight aspects of requests and responses
Initial release
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
- @ProfPowell made their first contribution in #1
Full Changelog: https://github.com/ProfPowell/http-component/commits/v1.0.0