httpput-postfields.c: new example doing PUT with POSTFIELDS

Proposed-by: Jeroen Ooms
Ref: #6186
Closes #6188
This commit is contained in:
Daniel Stenberg 2020-11-09 08:16:05 +01:00
parent 760e854348
commit 71ec4e7d76
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 102 additions and 1 deletions

View file

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