Exemple #1
0
func ServeHTTP() {
	rpcwrap.ServeHTTP(codecName, NewServerCodec)
}
Exemple #2
0
func ServeHTTP() {
	rpcwrap.ServeHTTP("json", oldjson.NewServerCodec)
}