aboutsummaryrefslogtreecommitdiff
path: root/src/https.rs
Commit message (Collapse)AuthorAgeFilesLines
* Handle HTTPS targetsAlex Auvolat2021-12-081-8/+15
|
* Inverse how priorities workAlex Auvolat2021-12-081-5/+4
|
* Different loggingAlex Auvolat2021-12-081-1/+5
|
* Try to fix thingsAlex Auvolat2021-12-081-0/+2
|
* Logging output improvementsAlex Auvolat2021-12-081-2/+2
|
* Implement glob pattern hostnamesAlex Auvolat2021-12-081-1/+1
| | | | | no wildcard certificates: one certificate per matching hostname that actually recieves requests
* Better handle get_cert for https request (faster path, hostname verification)Alex Auvolat2021-12-071-2/+5
|
* Add support for custom headersAlex Auvolat2021-12-071-5/+11
|
* Round robin backendsAlex Auvolat2021-12-071-1/+4
|
* Got a reverse proxyAlex Auvolat2021-12-071-0/+126