-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Replace find-my-way with @medley/router
This enables any HTTP method to be supported (only with HTTP/2, since the http/https modules reject non-standard HTTP methods). This also adds the `methodNotAllowedHandler` option. BREAKING CHANGE: * find-my-way has been removed, so the path formats supported by find-my-way are no longer supported * The `maxParamLength` and `ignoreTrailingSlash` options have been removed (only strict routing is supported now)
- Loading branch information
Showing
15 changed files
with
610 additions
and
416 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
Oops, something went wrong.