Module git_protocol::fetch[][src]

Re-exports

pub use response::Response;

Modules

response

Structs

Arguments

The arguments passed to a server command.

Enums

Action

Defines what to do next after certain Delegate operations.

Command

The kind of command to invoke on the server side.

Error

The error used in fetch().

Ref

A git reference, commonly referred to as ‘ref’, as returned by a git server before sending a pack.

Traits

Delegate

The protocol delegate is the bare minimal interface needed to fully control the fetch operation.

Functions

agent

Returns the name of the agent as key-value pair, commonly used in HTTP headers.

fetch

Perform a ‘fetch’ operation with the server using transport, with delegate handling all server interactions.