-
-
Notifications
You must be signed in to change notification settings - Fork 35
feat: HEAD method handling
#2816
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
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
5552d96
Add HEAD method to methods.
RobinTail 5e90d9f
Force no content for HEAD response by Documentation and Integration.
RobinTail 8a316b2
ref: simpler condition for Integration.
RobinTail bfccb45
REV: moving HEAD method to AuxMethod type.
RobinTail 86b253b
Add HEAD method to CORS when GET is there.
RobinTail ec05db7
Fix runtime error on accessing eTag caused by R.clone().
RobinTail 1fc8cd3
REF: avoid cloning request.
RobinTail b04c0df
Test for HEAD and res.send().
RobinTail fc8a2aa
Adjusting example to ensure content-length for HEAD of streaming.
RobinTail b205b7d
minor: shortening.
RobinTail b0551ca
Ref: improving CORS method sorting.
RobinTail e74a0bf
REF: async async stats with async RH for streaming.
RobinTail 16e0520
Merge branch 'master' into feat-method-head
RobinTail d2448c3
Merge branch 'master' into feat-method-head
RobinTail 00ca5c0
FEAT: supporting HEAD method by Integration and Documentation.
RobinTail 17c96aa
todo for getActualMethod.
RobinTail 99eb536
Ref: extracting doesImplyContent() common helper.
RobinTail a2c5d65
Extracting withHead() helper.
RobinTail fda6b94
Tests for getInputSources().
RobinTail e11f856
Changelog: 24.7.0.
RobinTail c0962fa
Changelog: contributor credits.
RobinTail 70fb79d
Changelog: note on ResultHandler approach.
RobinTail e73f6cc
Minor: type constraints in test.
RobinTail 7db6259
ref: shortening type in test.
RobinTail d01b8bf
Ref: changing order of the arguments for OnEndpoint.
RobinTail d4a8501
minor: jsdoc for different kinds of methods.
RobinTail 8446e98
Changelog: ref.
RobinTail daa2da6
mv doesImplyContent into depictResponse.
RobinTail 35134cd
Tests for client methods and todo for AuxMethod type.
RobinTail 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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.