Skip to content

Commit

Permalink
libcurl: callbacks are a basic design principle
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 9, 2015
1 parent 3f11dae commit f6e73ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libcurl.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ means and function calls, depending on what kind of behavior you want in your
application and how libcurl is best integrated into your architecture. Those
are further described later in this chapter.

While the transfer is ongoing, using any of the functions you can use to drive
the transfer (or in fact transfers - in plural), libcurl calls your specified
functions - known as *callbacks* - to deliver data, to read data or to do a
wide variety of things. See further below for callback details.

## HTTP Cookies

TBD
Expand Down

0 comments on commit f6e73ce

Please sign in to comment.