summaryrefslogtreecommitdiff
path: root/lib/c-hyper.c
Commit message (Collapse)AuthorAgeFilesLines
* http_proxy: make CONNECT work with the Hyper backendbagder/hyper-CONNECTDaniel Stenberg2021-01-041-11/+11
| | | | Makes test 80 run
* c-hyper: add timecondition to the requestDaniel Stenberg2021-01-011-1/+5
| | | | | | Test 77-78 Closes #6391
* c-hyper: make Digest and NTLM workDaniel Stenberg2020-12-301-0/+7
| | | | | | Test 64, 65, 67, 68, 69, 70, 72 Closes #6390
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-9/+9
| | | | | | | | | ... as failf adds one itself. Also: add an assert() to failf() that triggers on a newline in the format string! Closes #6365
* c-hyper: fix compiler warningsDaniel Stenberg2020-12-201-7/+6
| | | | | | | | | Identified by clang on windows. Reported-by: Gisle Vanem Bug: 58974d25d8173aec154e593ed9d866da566c9811 Closes #6351
* lib: introduce c-hyper for using HyperDaniel Stenberg2020-12-181-0/+901
... as an alternative HTTP backend within libcurl.