The server from palmares, this is what you will use generally to make HTTP requests
npm install @palmares/server- [x] Add support to translate middlewares to framework specific middlewares.
- [ ] Add class controllers
- [x] Add custom data to the request
- [x] Add Response class.
- [x] Add a ServerResponse class to translate the response in the framework of choice. (Need to work on a way to translate the response more automatically without needing to call methods directly)
- [x] Redirect constructor for response.
- [ ] Parse cookies from request.
- [x] Better typescript support for controller for dependency injection.
- [ ] Better document the HOLE server code.
- [ ] 80% test coverage.
- [ ] Better typescript support.
- [ ] Better translation of the request body.