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): add webdav http methods support #9465

Closed
wants to merge 1 commit into from
Closed

feat(core, common): add webdav http methods support #9465

wants to merge 1 commit into from

Conversation

hungtcs
Copy link

@hungtcs hungtcs commented Apr 14, 2022

Closes #9459

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?

Issue Number: #9459

What is the new behavior?

Add new decorators for webdav methods, like @PropFind

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@coveralls
Copy link

Pull Request Test Coverage Report for Build fe8aaca5-cb3a-4736-b297-eaba6ec6d663

  • 19 of 26 (73.08%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.09%) to 93.955%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/core/helpers/router-method-factory.ts 0 7 0.0%
Totals Coverage Status
Change from base Build 5cf0e473-a21f-4756-8d9d-72a40ee32710: -0.09%
Covered Lines: 5782
Relevant Lines: 6154

💛 - Coveralls

@Nisgrak
Copy link

Nisgrak commented Sep 7, 2022

The support of fastify is merged already fastify/fastify#3836. We love to see this shipped!

@hungtcs hungtcs closed this by deleting the head repository Sep 19, 2022
@Nisgrak Nisgrak mentioned this pull request Oct 19, 2022
1 task
@johaven
Copy link
Contributor

johaven commented Nov 22, 2023

Any news on this ? Aborted ?

@jmcdo29
Copy link
Member

jmcdo29 commented Nov 22, 2023

image

@johaven
Copy link
Contributor

johaven commented Nov 22, 2023

Yes I saw :p Is an implementation of these decorators planned on your side ?

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

Successfully merging this pull request may close these issues.

WebDAV request method support
6 participants