golang / golang/go

proposal: x/net/webdav: add RFC 4331 quota property support

Open
#78,286 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.