0% found this document useful (0 votes)
49 views3 pages

How To Read This Book - Everything Curl

This book provides an overview of the curl project and how to use the curl command line tool and libcurl library. It covers the history and development of curl, an introduction to open source, using curl from the command line, HTTP protocols, building and installing curl, and the internals of libcurl. The chapters progress from basic command line usage to advanced topics like libcurl bindings and internals.

Uploaded by

not here
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views3 pages

How To Read This Book - Everything Curl

This book provides an overview of the curl project and how to use the curl command line tool and libcurl library. It covers the history and development of curl, an introduction to open source, using curl from the command line, HTTP protocols, building and installing curl, and the internals of libcurl. The chapters progress from basic command line usage to advanced topics like libcurl bindings and internals.

Uploaded by

not here
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

21.8.

2020 How to read this book - Everything curl

How to read this book

Here is an overview of the main sections of this book and what they cover.

1. The cURL project

Project things. How it started, how we work and how often releases are made.

2. Open Source

An attempt to explain what open source is and how it works.

3. The source code

A description of the curl source tree and how the layout of the code is and works.

4. Network and protocols

What exactly are networks and protocols?

5. Command line basics

Start at the beginning. How do you use curl from a command line?

https://ec.haxx.se/how 1/3
21.8.2020 How to read this book - Everything curl

6. Using curl

Going deeper, looking at things you do with curl the command line tool.

7. How to HTTP with curl

Digging deeper on HTTP specific actions to do with the curl command line tool.

8. Building and installing

Explaining how you can build curl and libcurl from source code.

9. libcurl basics

How libcurl works and how you use it when writing your own applications with it.

10. HTTP with libcurl

A closer look at doing HTTP specific things with libcurl.

11. Bindings

A casual overview of some of the most popular libcurl bindings and how similar they are to the
libcurl C API.

12. libcurl internals

https://ec.haxx.se/how 2/3
21.8.2020 How to read this book - Everything curl

Under the hood it works like this…

13. Index

The index.

https://ec.haxx.se/how 3/3

You might also like