summaryrefslogtreecommitdiff
path: root/docs/examples/httpput-postfields.c
Commit message (Collapse)AuthorAgeFilesLines
* docs: reduce/avoid English contractionsDaniel Stenberg2021-11-071-3/+3
| | | | | | | | | | | You're => You are Hasn't => Has not Doesn't => Does not Don't => Do not You'll => You will etc Closes #7930
* httpput-postfields.c: new example doing PUT with POSTFIELDSDaniel Stenberg2020-11-131-0/+101
Proposed-by: Jeroen Ooms Ref: #6186 Closes #6188