curl/docs/examples
Stefan Eissing acd82c8bfd
tests/http: more tests with specific clients
- Makefile support for building test specific clients in tests/http/clients
- auto-make of clients when invoking pytest
- added test_09_02 for server PUSH_PROMISEs using clients/h2-serverpush
- added test_02_21 for lib based downloads and pausing/unpausing transfers

curl url parser:
- added internal method `curl_url_set_authority()` for setting the
  authority part of a url (used for PUSH_PROMISE)

http2:
- made logging of PUSH_PROMISE handling nicer

Placing python test requirements in requirements.txt files
- separate files to base test suite and http tests since use
  and module lists differ
- using the files in the gh workflows

websocket test cases, fixes for we and bufq
- bufq: account for spare chunks in space calculation
- bufq: reset chunks that are skipped empty
- ws: correctly encode frames with 126 bytes payload
- ws: update frame meta information on first call of collect
  callback that fills user buffer
- test client ws-data: some test/reporting improvements

Closes #11006
2023-04-26 23:24:46 +02:00
..
.checksrc
.gitignore copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
10-at-a-time.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
adddocsref.pl copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
altsvc.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
anyauthput.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
cacertinmem.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
certinfo.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
chkspeed.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
cookie_interface.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
crawler.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
debug.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ephiperfifo.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
evhiperfifo.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
externalsocket.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
fileupload.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ftp-wildcard.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ftpget.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ftpgetinfo.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ftpgetresp.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ftpsget.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ftpupload.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ftpuploadfrommem.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ftpuploadresume.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
getinfo.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
getinmemory.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
getredirect.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
getreferrer.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ghiper.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
headerapi.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
hiperfifo.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
href_extractor.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
htmltidy.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
htmltitle.cpp copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
http2-download.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
http2-pushinmemory.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
http2-serverpush.c tests/http: more tests with specific clients 2023-04-26 23:24:46 +02:00
http2-upload.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
http3-present.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
http3.c examples/http3.c: use CURL_HTTP_VERSION_3 2023-02-27 15:11:13 +01:00
http-post.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
httpcustomheader.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
httpput-postfields.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
httpput.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
https.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-append.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-authzid.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-copy.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-create.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-delete.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-examine.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-fetch.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-list.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-lsub.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-multi.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-noop.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-search.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-ssl.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-store.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
imap-tls.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
Makefile.am copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
Makefile.example copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
Makefile.inc docs/examples/protofeats.c: Outputs all protocols and features 2023-04-18 08:10:27 +02:00
Makefile.mk copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
multi-app.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
multi-debugcallback.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
multi-double.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
multi-event.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
multi-formadd.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
multi-legacy.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
multi-post.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
multi-single.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
multi-uv.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
multithread.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
opensslthreadlock.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
parseurl.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
persistent.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-authzid.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-dele.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-list.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-multi.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-noop.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-retr.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-ssl.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-stat.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-tls.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-top.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
pop3-uidl.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
post-callback.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
postinmemory.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
postit2-formadd.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
postit2.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
progressfunc.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
protofeats.c docs/examples/protofeats.c: Outputs all protocols and features 2023-04-18 08:10:27 +02:00
README.md copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
resolve.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
sendrecv.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
sepheaders.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
sessioninfo.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
sftpget.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
sftpuploadresume.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
shared-connection-cache.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
simple.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
simplepost.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
simplessl.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
smooth-gtk-thread.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
smtp-authzid.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
smtp-expn.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
smtp-mail.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
smtp-mime.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
smtp-multi.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
smtp-ssl.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
smtp-tls.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
smtp-vrfy.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
sslbackend.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
synctime.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
threaded-ssl.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
url2file.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
urlapi.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
usercertinmem.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
version-check.pl copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
xmlstream.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00

libcurl examples

This directory is for libcurl programming examples. They are meant to show some simple steps on how you can build your own application to take full advantage of libcurl.

If you end up with other small but still useful example sources, please mail them for submission in future packages and on the website.

Building

The Makefile.example is an example Makefile that could be used to build these examples. Just edit the file according to your system and requirements first.

Most examples should build fine using a command line like this:

`curl-config --cc --cflags --libs` -o example example.c

Some compilers do not like having the arguments in this order but instead want you do reorganize them like:

`curl-config --cc` -o example example.c `curl-config --cflags --libs`

Please do not use the curl.se site as a test target for your libcurl applications/experiments. Even if some of the examples use that site as a URL at some places, it does not mean that the URLs work or that we expect you to actually torture our website with your tests. Thanks.

Examples

Each example source code file is designed to be and work stand-alone and rather self-explanatory. The examples may at times lack the level of error checks you need in a real world, but that is then only for the sake of readability: to make the code smaller and easier to follow.