You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Running info against an atServer returns "status": "Beta" for info and noop verbs
Describe the solution you'd like
Promote the verbs to Stable status, as they've been stable since introduction
Describe alternatives you've considered
No response
Additional context
Here's the data: from running info against a staging atServer:
{
"version": "3.0.36+gha3600",
"uptimeAsWords": "1 days 15 hours 33 minutes 47 seconds",
"features": [
{
"name": "noop:",
"status": "Beta",
"description": "The No-Op verb simply does nothing for the requested number of milliseconds. The requested number of milliseconds may not be greater than 5000. Upon completion, the noop verb sends ok as a response to the client.",
"syntax": "^noop:(?<delayMillis>\\d+)$"
},
{
"name": "info:",
"status": "Beta",
"description": "The Info verb returns some information about the server including uptime and some info about available features. ",
"syntax": "^info(:brief)?$"
}
]
}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Running
info
against an atServer returns"status": "Beta"
for info and noop verbsDescribe the solution you'd like
Promote the verbs to
Stable
status, as they've been stable since introductionDescribe alternatives you've considered
No response
Additional context
Here's the data: from running info against a staging atServer:
The text was updated successfully, but these errors were encountered: