MCPcopy Index your code
hub / github.com/cph6/zsync / Do

Method Do

target_fetch.go:28–28  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

26// wrapper that implements Do to provide authentication or headers.
27type HTTPRequester interface {
28 Do(req *http.Request) (*http.Response, error)
29}
30
31// FetchEvent represents the type of a progress event from FetchRemainingBlocks

Callers 3

fetchRangeMethod · 0.65
GetControlFileFunction · 0.65
DoMethod · 0.65

Implementers 2

fakeClientsyncer_test.go
Clientinternal/httpbasic/client.go

Calls

no outgoing calls

Tested by

no test coverage detected