Module Smart.Proto_requestSource
Sourceval upload_pack :
host:
[ `Addr of Ipaddr.t
| `Domain of [ `host ] Domain_name.t
| `Name of string ] ->
?port:int ->
?version:int ->
string ->
t Sourceval receive_pack :
host:
[ `Addr of Ipaddr.t
| `Domain of [ `host ] Domain_name.t
| `Name of string ] ->
?port:int ->
?version:int ->
string ->
t