The probe performer that send HTTP GET requests to perform the health check.
🔗 Link
📥 Install
npm i @rxjs-probe/core @rxjs-probe/http-probe-performer
🔑 Usage
import { HttpProbePerformer } from '@rxjs-probe/http-probe-performer';
const probePerformer = new HttpProbePerformer({
host: 'github.com',
path: '/a179346/rxjs-probe',
scheme: 'HTTPS',
});
Probe performer should be used with the Probe from @rxjs-probe/core package.
🔎 Probe Performers
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
🌟 Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2024 a179346.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator