git_stream_register_tls

Register a TLS stream constructor for the library to use. This stream will not support HTTP CONNECT proxies. This internally calls git_stream_register and is preserved for backward compatibility.

This function is deprecated, but there is no plan to remove this function at this time.

@deprecated Provide a git_stream_registration to git_stream_register @see git_stream_register

version(Posix && !GIT_DEPRECATE_HARD)
package extern (C) nothrow @nogc deprecated
int
git_stream_register_tls

Meta