macchiato-framework / macchiato-framework/macchiato-core
dynamic middleware
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 385
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Proposal to have middleware accept the handler at the time the request is being handled instead of wrapping the handler function in a closure. The middleware could then be kept in a data structure and manipulated at any time.
Need to test to see if there's any significant performance impact.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the middleware entry point and compare the current closure-based handling with a design that stores and manipulates middleware independently. Done means the proposed dynamic handler behavior is implemented and its performance impact has been measured.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100