-
Notifications
You must be signed in to change notification settings - Fork 195
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
Add a Pass Through
command for use by intermediary nodes
#825
base: master
Are you sure you want to change the base?
Conversation
This is a straw man that I intend to beat into shape using review comments. Be less than gentle. |
Depends on #824 in order to not introduce ReSpec errors. |
This is required to allow an intermediary node to send commands upstream.
7dc7aac
to
480ef24
Compare
this command was called with. How this is done is outside the scope | ||
of this specification. | ||
|
||
<p class=issue>Set the headers of the HTTP request. |
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.
We should just copy them from command to command here.
<li><p>Let <var>data</var> be the result of <a data-lt="json | ||
serialization">serializing as JSON</a> <var>parameters</var>. | ||
|
||
<p class=note>This must create a JSON <a>Object</a> that is |
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.
We should just call <a>clone an object</a>
here that will be passed through
@shs96c wanna finish this off or close it? |
I do want to finish it. |
Per the testing policy, this PR can't be accepted without a corresponding test in the web-platform-tests repository. |
This is required to allow an intermediary node to send
commands upstream.
This change is