summaryrefslogtreecommitdiff
path: root/docs/TheArtOfHttpScripting.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: enable syntax highlighting in several docs files0xflotus2020-12-111-18/+26
| | | | | | ... for better readability Closes #6286
* docs: Fix various typos in documentationDaniel Gustafsson2020-11-051-1/+1
| | | | | Closes #6171 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
* curl.se: new homeDaniel Stenberg2020-11-041-27/+27
| | | | Closes #6172
* docs/TheArtOfHttpScripting: convert to markdownDaniel Stenberg2020-09-181-0/+692
Makes it easier to browse on github etc. Offers (better) links. It should be noted that this document is already mostly outdated and "Everything curl" at https://ec.haxx.se/ is a better resource and tutorial. Closes #5981