Where is easy.c and curl.c in libcurl?

74 Views Asked by At

I want to make the fastest http2 request in c. So I decided to open curl & nghttp2. I can find nghttp.cc in nghttp github, but cannot find curl.c & easy.c. I found only curl.h & easy.h. Where can I find those source files? I want to see source of curl_easy_perform, curl_init, etc... Is there anyone can help?

0

There are 0 best solutions below