post-request-handler
v2.5.6
Published
![Example Image](./images/post.png) ### Request-handler
Downloads
32
Readme
Request-handler
This is a package made for private reasons.
Description
This will send all POST requests in your back end to a relevant API.
Installation
npm command to install This package.
npm install post-request-handler
Usage
import handlePostRequests from "post-request-handler"
// Example usage
const app = express();
const post_route = "https://postRequestUrl"
app.use(handlePostRequests(post_route,{ accept_route: "https://acceptRequestUrl"}))
Acknowledgments
This project has been made possible thanks to the contributions and inspiration from the following individuals and projects:
- Efito Solution: for their invaluable insights and guidance throughout the development process.
We would like to express our gratitude to the open-source community and the developers behind the technologies and tools that made this project a reality.
Contact
Email - [email protected]
Support
Email - [email protected]
Roadmap
Outline this project's future plans and upcoming features.