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?
Asked
Active
Viewed 54 times
0
-
The source is here: [libcurl](https://github.com/curl/curl) – Ted Lyngmo Mar 13 '22 at 18:59
-
1I understand!! Thx!! – Http2inc Mar 13 '22 at 19:07
-
i don't think `curl.c` exists. easy.c is in the lib folder though – hanshenrik Mar 13 '22 at 19:10
-
Thx hanshenrik! Then.. where can i find source of curl_global_init & curl_global_cleanup??? – Http2inc Mar 13 '22 at 19:17
-
I found it inside easy.c. – Http2inc Mar 13 '22 at 19:20