Type Definition coprocessor_plugin_api::RawRequest [−][src]
type RawRequest = Vec<u8>;
Raw bytes of the request payload from the client to the coprocessor.
type RawRequest = Vec<u8>;
Raw bytes of the request payload from the client to the coprocessor.