-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the issue has not already been raised
Issue
While reading ticket #6283 and checking the source code, I realized that addHttpMethod
override existing methods, including standard http methods.
Surprisingly, the name of the function does not reflect its implementation, nor does the documentation.
I wonder if we should do something about this.
Here are a few options:
- At a minimum, document this behavior.
- Disable the override behavior in the next major and add an alternative method (e.g.,
setHttpMethod
oroverrideHttpMethod
) or option (e.g.override: true
). - Perhaps a combination of both.
Metadata
Metadata
Assignees
Labels
No labels