Home
last modified time | relevance | path

Searched defs:HttpClient (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dnghttp.h222 struct HttpClient { struct
285 std::function<int(HttpClient &)> readfn, writefn; argument
286 std::function<int(HttpClient &, const uint8_t *, size_t)> on_readfn; argument
287 std::function<int(HttpClient &)> on_writefn; argument
288 nghttp2_session *session;
289 const nghttp2_session_callbacks *callbacks;
290 struct ev_loop *loop;
291 SSL_CTX *ssl_ctx;
292 SSL *ssl;
293 addrinfo *addrs;
[all …]
Dnghttp.cc603 HttpClient::HttpClient(const nghttp2_session_callbacks *callbacks, in HttpClient() function in nghttp2::HttpClient
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitPrivatePromiseLikeInterface.ts20 export class HttpClient<SecurityDataType = unknown> { class