Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.

  • 4.0.0
  • latest
  • Source
  • npm
  • Socket score

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc