Skip to content
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

feat(core,common,platform-fastify): add webdav http methods support #13278

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

johaven
Copy link

@johaven johaven commented Feb 29, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior?

Closes #9459
Old PR: #13164

What is the new behavior?

add new decorators for webdav methods, like @PropFind

Does this PR introduce a breaking change?

  • Yes
  • No

Status

Works for platform-express
platform-fastify: this requires merging this PR: #13493

@coveralls
Copy link

coveralls commented Feb 29, 2024

Pull Request Test Coverage Report for Build 491b2afa-d471-4811-b64b-f4621080b53e

Details

  • 22 of 22 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 92.146%

Totals Coverage Status
Change from base Build abe34e50-6d7d-4a09-862e-fe63b7c377fa: 0.02%
Covered Lines: 6758
Relevant Lines: 7334

💛 - Coveralls

@johaven
Copy link
Author

johaven commented May 7, 2024

webdav methods that require body and content type analysis are now well implemented in fastify version 4.27.0 (fastify/fastify#5411)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebDAV request method support
3 participants