Protocol
A gotsrpc method call is a http POST of an array of arguments to http(s)://host/path/to/service/endpoint/<Method>, that will return an array of return values. By default JSON is used for serialization.
Gotsrpc calls are not RESTful, but access to the underlying http requests and responses is possible. This is usually used for header access.