Versions in this module Expand all Collapse all v1 v1.2.0 Feb 26, 2012 v1.1.0 Feb 10, 2012 Changes in this version + const DefaultRPCPath + var DefaultServeMux = ServeMux + func ListenAndServe(addr string, mux ServeMux) error + func Post(protocol Protocol, base *url.URL, method string, in, out interface{}) error + type Call struct + ContentType string + func (c *Call) ReadRequest(pb interface{}) error + func (c *Call) WriteResponse(pb interface{}) error + type Handler func(*Call) error + type Protocol string + const JSON + const ProtoBuf + func (p Protocol) String() string + type ServeMux map[string]Handler + func (m ServeMux) Handle(path string, handler Handler) error + func (m ServeMux) ServeHTTP(w http.ResponseWriter, r *http.Request) Incompatible versions in this module v2.1.1+incompatible Jan 6, 2013 v2.1.0+incompatible Jan 6, 2013 v2.0.0+incompatible Apr 1, 2012