-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: option disabling parsing in the onRequest phase (#204)
* feat: option disabling parsing in the onRequest phase * fix: revert version * fix: the test is more accurate * feat: disable hook or set custom hooks: onRequest, preParsing, preHandler, preValidation * Update test/cookie.test.js Co-authored-by: Uzlopak <[email protected]> * Update test/cookie.test.js Co-authored-by: Uzlopak <[email protected]> * Update test/cookie.test.js Co-authored-by: Uzlopak <[email protected]> * Update plugin.js Co-authored-by: Uzlopak <[email protected]> * fix: test corrected && Error message corrected * Update types/plugin.d.ts Co-authored-by: Manuel Spigolon <[email protected]> * Update test/cookie.test.js Co-authored-by: Manuel Spigolon <[email protected]> * Update test/cookie.test.js Co-authored-by: Manuel Spigolon <[email protected]> * fix: implementation of suggestions & fix bugs * fix: change onReqHandlerWrapper for better perfomance && added tests * Update plugin.js Co-authored-by: Uzlopak <[email protected]> * Update plugin.js Co-authored-by: Uzlopak <[email protected]> * feat: add test for the new type "HookType" * Update README.md Co-authored-by: Uzlopak <[email protected]> * Update test/cookie.test.js Co-authored-by: Uzlopak <[email protected]> * Update test/cookie.test.js Co-authored-by: Uzlopak <[email protected]> Co-authored-by: Uzlopak <[email protected]> Co-authored-by: Manuel Spigolon <[email protected]>
- Loading branch information
1 parent
9c31275
commit 045f65b
Showing
5 changed files
with
150 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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