Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[retry-after] Clarify that header value must not use <http-date>#553

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
mikeharder wants to merge1 commit intomicrosoft:vNext
base:vNext
Choose a base branch
Loading
frommikeharder:patch-1

Conversation

@mikeharder
Copy link

No description provided.

<ahref="#lro-status-monitor-no-resource-result"name="lro-status-monitor-no-resource-result">:no_entry:</a>**DO NOT** include a`result` property in the status monitor for a long-running operation that is not an action-type long-running operation.

<ahref="#lro-status-monitor-retry-after"name="lro-status-monitor-retry-after">:white_check_mark:</a>**DO** include a`retry-after` header in the response if the operation is not complete. The value of this headershould beaninteger number of seconds that the client should wait before polling the status monitor again.
<ahref="#lro-status-monitor-retry-after"name="lro-status-monitor-retry-after">:white_check_mark:</a>**DO** include a`retry-after` header in the response if the operation is not complete. The value of this headermust bea non-negativeinteger number of seconds that the client should wait before polling the status monitor again. The value of this header must not be an`<http-date>` string, even though`<http-date>` is also allowed in the HTTP spec.
Copy link
Member

Choose a reason for hiding this comment

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

This particular guideline only applies to LRO status monitor responses, and I think we want to make this guidance apply to any time a service returnsretry-after. I recommend adding a new guideline in the section titled "HTTP Query Parameters and Header Values".

@mikehardermikeharder marked this pull request as draftAugust 26, 2024 21:30
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@mikekistlermikekistlermikekistler left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@mikeharder@mikekistler

[8]ページ先頭

©2009-2025 Movatter.jp