Expand description

Structs

The return value of Http::get().

The return value of Http::post().

A transport for supporting arbitrary http clients by abstracting interactions with them into the Http trait.

Enums

The error used by the Http trait.

Traits

A trait to abstract the HTTP operations needed to power all git interactions: read via GET and write via POST.

Functions

Connect to the given url via HTTP/S using the desired_version of the git protocol.

Type Definitions

The actual http client implementation.