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.
- Host: GitHub
- URL: https://github.com/clement-berard/node-red-contrib-happy-http-client
- Owner: clement-berard
- Created: 2025-01-30T16:27:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T17:40:42.000Z (over 1 year ago)
- Last Synced: 2025-03-14T10:39:37.803Z (over 1 year ago)
- Topics: http-client, ndoe-red, node-red-contrib, node-red-dxp
- Language: TypeScript
- Homepage:
- Size: 402 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. 🛠️
## 🚧 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

### 🛠️ 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