-
-
Notifications
You must be signed in to change notification settings - Fork 127
changes: add option to manage response middleware #533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ymc9
merged 36 commits into
zenstackhq:dev
from
chemitaxis:express_middleware_option_response
Jul 3, 2023
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ba1128f
merge dev to main (#315)
ymc9 e3993c5
merge dev to main (#319)
ymc9 e17acc7
merge dev to main (#340)
ymc9 4d35a0f
merge dev to main (#342)
ymc9 7b06837
merge dev to main (#345)
ymc9 3b4e67f
merge dev to main (#348)
ymc9 cd0cab3
merge dev to main (#353)
ymc9 097fc16
merge dev to main (#365)
jiashengguo e959463
merge dev to main (#372)
ymc9 f20eeca
merge dev to main (#374)
ymc9 7e46ea6
merge dev to main (#377)
ymc9 8e91c2c
chore: update README links
ymc9 2de180b
chore: update README links (#382)
ymc9 3fdb686
merge dev to main (#400)
ymc9 e2efc40
merge dev to main (#404)
ymc9 ec51e52
merge dev to main (#407)
ymc9 5890e98
merge dev to main (#425)
ymc9 831b32c
merge dev to main (#436)
ymc9 c5bab7e
merge dev to main (#440)
ymc9 a681c94
merge dev to main (#442)
ymc9 23943df
merge dev to main (#445)
jiashengguo f58b504
merge dev to main (#447)
ymc9 afa2388
merge dev to main (#453)
ymc9 4417792
merge dev to main (#458)
ymc9 d5fa3df
dev to main (#468)
ymc9 0dd6867
merge dev to main (#474)
ymc9 0bc3cb5
merge dev to main (#490)
ymc9 f31e0a2
merge dev to main (#494)
ymc9 cce305b
merge dev to main (#497)
ymc9 a70aa42
changes: add option to manage response middleware
chemitaxis 73e0076
changes: improve comment
chemitaxis ebf8c26
changes: all paths return something
chemitaxis 1503fc1
temp: added temporal express test for faster testing
chemitaxis d3448ee
changes: added test for manage custom middleware
chemitaxis 52983b9
changes: fix everything about jest
chemitaxis 86c08c9
changes: remove console.log
chemitaxis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to make sure I understand how to use this. Since when
manageCustomResponseis on the code here, simply returns the status and body, is it supposed to use the middleware like regular function call in a request handler then?