Home | History | Annotate | Download | only in http

Lines Matching refs:Transport

26                                       std::shared_ptr<Transport> transport,
29 request_type::kGet, url, headers, transport, error);
34 std::shared_ptr<Transport> transport,
40 transport,
46 std::shared_ptr<Transport> transport,
49 request_type::kHead, url, {}, transport, error);
53 std::shared_ptr<Transport> transport,
59 transport,
68 std::shared_ptr<Transport> transport,
71 url, data.data(), data.size(), mime_type, headers, transport, error);
78 std::shared_ptr<Transport> transport,
86 transport,
98 std::shared_ptr<Transport> transport,
100 Request request(url, method, transport);
116 std::shared_ptr<Transport> transport,
119 method, url, nullptr, 0, {}, headers, transport, error);
127 std::shared_ptr<Transport> transport,
130 Request request(url, method, transport);
138 transport->RunCallbackAsync(
153 std::shared_ptr<Transport> transport,
161 transport,
169 std::shared_ptr<Transport> transport,
177 transport,
188 std::shared_ptr<Transport> transport,
196 transport,
204 std::shared_ptr<Transport> transport,
212 transport,
222 std::shared_ptr<Transport> transport,
231 transport,
240 std::shared_ptr<Transport> transport,
248 transport,
256 std::shared_ptr<Transport> transport,
258 Request request(url, request_type::kPost, transport);
268 std::shared_ptr<Transport> transport,
277 transport,
285 std::shared_ptr<Transport> transport,
288 Request request(url, request_type::kPost, transport);
292 transport->RunCallbackAsync(
302 std::shared_ptr<Transport> transport,
311 url, data.c_str(), data.size(), mime_type, headers, transport, error);
317 std::shared_ptr<Transport> transport,
331 transport,
340 std::shared_ptr<Transport> transport,
354 transport,
361 std::shared_ptr<Transport> transport,
371 mime_type, headers, transport, success_callback,