Crate git2_hyper

Source
Expand description

A crate for using hyper as a backend for HTTP(S) git requests with git2-rs.

This crate provides one public function, register, which will register a custom HTTP transport with hyper for any HTTP(S) requests made by libgit2. At this time the register function is unsafe for the same reasons that git2::transport::register is also unsafe.

NOTE: At this time this crate likely does not support a git push operation, only clones.

Functions§

register
Register the hyper backend for HTTP requests made by libgit2.