Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http_proxy: make CONNECT work with the Hyper backendbagder/hyper-CONNECT | Daniel Stenberg | 2021-01-04 | 1 | -11/+11 |
| | | | | Makes test 80 run | ||||
* | c-hyper: add timecondition to the request | Daniel Stenberg | 2021-01-01 | 1 | -1/+5 |
| | | | | | | Test 77-78 Closes #6391 | ||||
* | c-hyper: make Digest and NTLM work | Daniel Stenberg | 2020-12-30 | 1 | -0/+7 |
| | | | | | | Test 64, 65, 67, 68, 69, 70, 72 Closes #6390 | ||||
* | failf: remove newline from formatting strings | Daniel Stenberg | 2020-12-25 | 1 | -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 warnings | Daniel Stenberg | 2020-12-20 | 1 | -7/+6 |
| | | | | | | | | | Identified by clang on windows. Reported-by: Gisle Vanem Bug: 58974d25d8173aec154e593ed9d866da566c9811 Closes #6351 | ||||
* | lib: introduce c-hyper for using Hyper | Daniel Stenberg | 2020-12-18 | 1 | -0/+901 |
... as an alternative HTTP backend within libcurl. |