-
Notifications
You must be signed in to change notification settings - Fork 505
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
RFC-5485: Conditional Reader #5485
Conversation
Hi, @XmchxUp I've left the |
18cb7c7
to
3bcfeea
Compare
0d60151
to
c5e7874
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM, thanks!
Thank you @meteorgan.
Of course I'm willing to implement |
b92860e
to
4535341
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, let's move!
Which issue does this PR close?
Part of #5426.
Rationale for this change
Add
if_match
,if_none_match
,if_modified_since
andif_unmodified_since
options toreader_with
API to support conditional reader based on etag and/or modification time.What changes are included in this PR?
a new RFC
Are there any user-facing changes?
new options for
reader_with
API