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

provide a definition for partial PUT #653

Merged
merged 7 commits into from
Jan 11, 2021
Merged

provide a definition for partial PUT #653

merged 7 commits into from
Jan 11, 2021

Conversation

royfielding
Copy link
Member

Fixes #618 the other way

Co-authored-by: Julian Reschke <julian.reschke@gmx.de>
Copy link
Contributor

@reschke reschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I'm misreading this, but the details do not seem to allow what would be the natural seconf request in a sequence of partial PUTs for a resumable upload: appending to an existing representation.

@royfielding
Copy link
Member Author

Maybe I'm misreading this, but the details do not seem to allow what would be the natural second request in a sequence of partial PUTs for a resumable upload: appending to an existing representation.

Good point, though I didn't think appending was an option. I have reduced the description to just the basics.

@royfielding royfielding requested a review from reschke January 8, 2021 22:05
@royfielding
Copy link
Member Author

This is now effectively the same as what @mnot suggested but as a separate section referred to by both PUT and Content-Range.

@royfielding royfielding merged commit a2b2ebe into master Jan 11, 2021
@royfielding royfielding deleted the fielding-i618 branch January 11, 2021 03:29
triple-underscore added a commit to triple-underscore/triple-underscore.github.io that referenced this pull request Jan 17, 2021
fix cache response directive subsection ordering
caching editorial
httpwg/http-core#679

Rework representations
httpwg/http-core#673

Invalid Date handling
httpwg/http-core#671

Specify IMS and IUS like INM and If-Match
httpwg/http-core#670

Modify must-understand to be backwards-compatible
httpwg/http-core#668

Even HTTP/1.0 caches now support Age and CC
httpwg/http-core#667

Clarify how multiple validators are handled
httpwg/http-core#666

Mention INM/IMS precedence
httpwg/http-core#664

Clarify how caches handle missing Date
httpwg/http-core#663

parse defensively instead of requiring an untestable reasonableness
httpwg/http-core#662

mention request target forms in considerations for new methods
httpwg/http-core#656

Use the term content instead of payload
httpwg/http-core#655

provide a definition for partial PUT
semantics
httpwg/http-core#653
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

can Content-Range appear in a request?
3 participants