Lines Matching +full:multi +full:- +full:config
1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - libcurl-easy (3)
9 - libcurl-multi (3)
10 - libcurl-security (3)
11 - libcurl-thread (3)
13 - All
14 ---
18 libcurl - client-side URL transfers
24 libcurl-easy(3), libcurl-multi(3), libcurl-share(3),
25 libcurl-url(3), libcurl-ws(3) and libcurl-tutorial(3) for
26 in-depth understanding on how to program with libcurl.
41 or the "multi" interface.
46 the libcurl-easy(3) man page.
48 The multi interface on the other hand is an asynchronous interface, that you
51 similar. The multi interface allows you to select() on libcurl action, and
53 thread. See further details in the libcurl-multi(3) man page.
85 described in the libcurl-share(3) man page.
89 URL parsing and manipulations. See libcurl-url(3)
93 See libcurl-ws(3)
97 On unix-like machines, there is a tool named curl-config that gets installed
100 curl-config is added to make it easier for applications to link with libcurl
103 Run 'curl-config --libs' to get the (additional) linker options you need to
105 *curl-config(1)* man page for further details.
107 Unix-like operating system that ship libcurl as part of their distributions
108 often do not provide the curl-config tool, but simply install the library and
111 Many Linux and similar systems use pkg-config to provide build and link
132 libcurl-thread(3) for more information.
151 When you have created a multi handle and are using the multi interface, the
152 connection pool is instead kept in the multi handle so closing and creating
174 The global constant functions are thread-safe since libcurl 7.84.0 if
176 (most platforms). Read libcurl-thread(3) for thread safety guidelines.
182 libraries, and those functions are similarly thread-unsafe. You cannot
195 and end of the program -- that is just usually the easiest way to do it.
203 other parts of the program -- it does not know whether they use libcurl or
220 author of this libcurl-using module, you can make the constructor call
237 modular program -- all modules in the program that might use libcurl would