MCPcopy
hub / github.com/MetaCubeX/mihomo / HTTPVehicle

Struct HTTPVehicle

component/resource/vehicle.go:87–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87type HTTPVehicle struct {
88 url string
89 path string
90 proxy string
91 header http.Header
92 timeout time.Duration
93 sizeLimit int64
94 inRead func(response *http.Response)
95 provider P.ProxyProvider
96}
97
98func (h *HTTPVehicle) Url() string {
99 return h.url

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected