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

Allow WebDAV requests to be handled (RFC 4918) #17

Closed
Kaliumhexacyanoferrat opened this issue Apr 2, 2019 · 0 comments
Closed

Allow WebDAV requests to be handled (RFC 4918) #17

Kaliumhexacyanoferrat opened this issue Apr 2, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Kaliumhexacyanoferrat
Copy link
Owner

As a developer, I would like the server to pass through WebDAV, so that I can provide such content.

Implementation Notes

Probably change some of the fixed enums in core (RequestType, ResponseType, ContentType) to more flexible types that can include a raw string value, e.g. Flexible<ResponseType>.

Acceptance criteria

  • Add methods
    • PROPFIND
    • PROPPATCH
    • MKCOL
    • COPY
    • MOVE
    • LOCK
    • UNLOCK
  • Add status codes
    • 207 Multi-Status
    • 422 Unprocessable Entity
    • 423 Locked
    • 424 Failed Dependency
    • 507 Insufficient Storage
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat added the enhancement New feature or request label Apr 2, 2019
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat self-assigned this Apr 2, 2019
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat added this to the Version 2.1 milestone Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant