What are the RPC header fields?
* content-length: The mandatory octet count of the body * type: The RPC transaction type, may be one of: method, method_return, signal, or error_return * rpc_id: an identifier unique to the session which maps a specific instance of a method call to either the method return values or returned error information.