Skip to content

Commit

Permalink
curl: mention it doesn't really handle the content
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 30, 2015
1 parent b564a41 commit 4f6359a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ Everything and anything that is related to internet protocol transfers can be
considered curl's business. Things that are not related to that should be
avoided and be left for other projects and products.

It could be important to also consider that curl and libcurl try to avoid
handling the actual data that is transfered. It has for example no knowledge
about HTML or anything else of the content that is popular to transfer over
HTTP, but it knows all about how to transfer such data over HTTP.

Both products are frequently used not only to drive thousands or millions
scripts and applications for an internet connection world, but also for a lot
of server testing, protocol fiddling and trying out new things.
Expand Down

0 comments on commit 4f6359a

Please sign in to comment.