Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@rxjs-probe/http-probe-performer

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rxjs-probe/http-probe-performer

The probe performer that send HTTP GET requests to perform the health check.

latest
Source
npmnpm
Version
4.0.0
Version published
Maintainers
0
Created
Source

✨ rxjs-probe http-probe-performer ✨

Documentation Documentation Documentation Maintenance License: MIT

The probe performer that send HTTP GET requests to perform the health check.

  • Github
  • npm

📥 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

Keywords

rxjs

FAQs

Package last updated on 22 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts