Pedestal style terminate-when
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 218
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
See [Early Termination](http://pedestal.io/reference/servlet-interceptor#_early_termination) in the Pedestal docs + [part of the source](https://github.com/pedestal/pedestal/blob/0.5.7/interceptor/src/io/pedestal/interceptor/chain.clj#L300-L306)
I think this kind of hook is something that's missing from Sieppari right now.
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
Start with the linked Pedestal Early Termination documentation and the referenced chain.clj lines 300-306, then inspect Sieppari's interceptor-chain entry points. Define the equivalent terminate-when behavior and verify that the proposed hook handles early termination consistently before considering implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100