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

net/rpc/jsonrpc: Missing support for jsonrpc over HTTP #2738

Closed
gopherbot opened this issue Jan 19, 2012 · 6 comments
Closed

net/rpc/jsonrpc: Missing support for jsonrpc over HTTP #2738

gopherbot opened this issue Jan 19, 2012 · 6 comments

Comments

@gopherbot
Copy link

by tux21b:

The current jsonrpc package doesn't seem to support jsonrpc over HTTP.
@dsymonds
Copy link
Contributor

Comment 1:

Labels changed: added priority-later, removed priority-triage.

@gopherbot
Copy link
Author

Comment 2 by ThePiachu:

A simple implementation is available at:
https://github.com/ThePiachu/Go-HTTP-JSON-RPC

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 3:

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Mar 12, 2013

Comment 4:

[The time for maybe has passed.]

@chai2010
Copy link
Contributor

Comment 5:

the patch has been sent as https://golang.org/cl/10704046/

@rsc
Copy link
Contributor

rsc commented Jul 1, 2013

Comment 6:

jsonrpc can be used with HTTP by writing a suitable codec.
Given that there is no standard definition of jsonrpc over http, I think that's the best
we can do.

Status changed to WorkingAsIntended.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants