An open API service indexing awesome lists of open source software.

https://github.com/clement-berard/node-red-contrib-happy-http-client

A highly flexible and customizable Node-RED node designed to simplify your HTTP requests.
https://github.com/clement-berard/node-red-contrib-happy-http-client

http-client ndoe-red node-red-contrib node-red-dxp

Last synced: 9 months ago
JSON representation

A highly flexible and customizable Node-RED node designed to simplify your HTTP requests.

Awesome Lists containing this project

README

          

# node-red-contrib-happy-http-client

A highly flexible and customizable Node-RED node designed to simplify your HTTP requests.
Create and manage clients, parameterize everything, and handle errors effortlessly. 🛠️





Build with node-red-dxp




Contributors


Forks


Stargazers


Issues




NPM Version


NPM Downloads

## 🚧 Beta Version Notice

Happy HTTP Client is currently in beta. While it already offers powerful features, some functionalities are still under development.
Expect updates soon, and feel free to share feedback or report issues to help improve the node! 🚀✨

## Features

![screenshot-doc.png](docs/screenshot-doc.png)

### 🛠️ Flexible Client Management

Create reusable HTTP clients to save and manage configurations, or make ad-hoc requests without a client.

### 🌐 Full Parameterization

All parameters (URL, headers, query params, body, etc.) are fully dynamic and can use msg, flow, global, environment variables...

### ⚠️ Advanced Error Handling

Choose whether the node should throw errors or not. Separate outputs for success ✅ and error ❌ cases give you full control over your flow.

### 🎨 Customizable and Extensible

Designed for ultimate flexibility, making it adaptable to any HTTP use case.

### ⏩︎ TLS / Proxy

- _coming soon_...

### 🔐 Auth

- Bearer Token ✅
- Basic Auth ✅
- Digest Auth ✅

### 🚀 Built with `urllib`

Leverages the powerful [urllib](https://www.npmjs.com/package/urllib) library for reliability and performance.

## Contributing & Developer Experience
This package is built using [node-red-dxp](https://www.npmjs.com/package/@keload/node-red-dxp), offering a blazing-fast and seamless way to develop Node-RED packages.

Written in **TypeScript**, the codebase is cleanly structured, ensuring maintainability and effortless scalability.

We’re committed to keeping this node alive and thriving, making it a joy to evolve and improve over time. Whether it's refining existing features or adding new capabilities, contributing should always be an enjoyable experience.

Feel free to join the journey—create issues, submit pull requests, or share your ideas. Let’s build something incredible together!

## License

MIT