examples: add http3.c, altsvc.c and http3-present.c

Closes #4221
This commit is contained in:
Daniel Stenberg 2019-08-13 11:24:50 +02:00
parent cc5fae5dac
commit f3c34bf83c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 159 additions and 1 deletions

View file

@ -35,7 +35,8 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
http2-upload http2-serverpush getredirect ftpuploadfrommem \
ftpuploadresume sslbackend postit2-formadd multi-formadd \
shared-connection-cache sftpuploadresume http2-pushinmemory parseurl \
urlapi imap-authzid pop3-authzid smtp-authzid
urlapi imap-authzid pop3-authzid smtp-authzid http3 altsvc \
http3-present
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.