proposal: x/net/webdav: add RFC 4331 quota property support
Open
LibraryProposal
Proposal
- Dominant language
- Go
- Stars
- 139k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
### Proposal Details
RFC 4331 defines two WebDAV quota properties:
- DAV:quota-available-bytes
- DAV:quota-used-bytes
These are server-computed properties for reporting storage quota.
I’d be happy to send a PR to add RFC 4331 quota property support.
Contributor guide
Research direction
Start by reading the x/net/webdav implementation and the RFC 4331 definitions for DAV:quota-available-bytes and DAV:quota-used-bytes. Determine where server-computed WebDAV properties are handled; done means the two quota properties are supported with behavior consistent with RFC 4331 and covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100