194
194
class SmartClientHooks(hooks.Hooks):
199
199
"Called when the smart client is submitting a request to the "
200
200
"smart server. Called with a bzrlib.smart.client.CallHookParams "
201
201
"object. Streaming request bodies, and responses, are not "
205
205
_SmartClient.hooks = SmartClientHooks()