Loading docs/libcurl/libcurl.3 +5 −7 Original line number Diff line number Diff line .\" You can view this file with: .\" nroff -man [file] .\" $Id$ .\" .TH libcurl 3 "19 March 2002" "libcurl 7.9.6" "libcurl overview" .SH NAME libcurl \- client-side URL transfers .SH DESCRIPTION This is an overview on how to use libcurl in your C programs. There are This is an short overview on how to use libcurl in your C programs. There are specific man pages for each function mentioned in here. There are also the \fIlibcurl-easy(3)\fP man page, the \fIlibcurl-multi(3)\fP man page, the \fIlibcurl-share(3)\fP man page and the \fIlibcurl-the-guide\fP document for further reading on how to do programming with libcurl. \fIlibcurl-share(3)\fP man page and the \fIlibcurl-tutorial(3)\fP man page for in-depth understanding on how to program with libcurl. There exist more than a dozen custom bindings that bring libcurl access to your favourite language. Look elsewhere for documentation on those. There are more than a twenty custom bindings available that bring libcurl access to your favourite language. Look elsewhere for documentation on those. All applications that use libcurl should call \fIcurl_global_init(3)\fP exactly once before any libcurl function can be used. After all usage of Loading Loading
docs/libcurl/libcurl.3 +5 −7 Original line number Diff line number Diff line .\" You can view this file with: .\" nroff -man [file] .\" $Id$ .\" .TH libcurl 3 "19 March 2002" "libcurl 7.9.6" "libcurl overview" .SH NAME libcurl \- client-side URL transfers .SH DESCRIPTION This is an overview on how to use libcurl in your C programs. There are This is an short overview on how to use libcurl in your C programs. There are specific man pages for each function mentioned in here. There are also the \fIlibcurl-easy(3)\fP man page, the \fIlibcurl-multi(3)\fP man page, the \fIlibcurl-share(3)\fP man page and the \fIlibcurl-the-guide\fP document for further reading on how to do programming with libcurl. \fIlibcurl-share(3)\fP man page and the \fIlibcurl-tutorial(3)\fP man page for in-depth understanding on how to program with libcurl. There exist more than a dozen custom bindings that bring libcurl access to your favourite language. Look elsewhere for documentation on those. There are more than a twenty custom bindings available that bring libcurl access to your favourite language. Look elsewhere for documentation on those. All applications that use libcurl should call \fIcurl_global_init(3)\fP exactly once before any libcurl function can be used. After all usage of Loading