mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Fixed problem with proxy support and added unit tests
This commit is contained in:
parent
a444b612af
commit
38adeaf02c
11 changed files with 438 additions and 28 deletions
5
test/test_proxy_docker/up.sh
Executable file
5
test/test_proxy_docker/up.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
docker build -t squid_basic --build-arg auth=basic .
|
||||
docker run -dt --name squid_basic -p 3128:3128 --rm squid_basic
|
||||
|
||||
docker build -t squid_digest --build-arg auth=digest .
|
||||
docker run -dt --name squid_digest -p 3129:3129 --rm squid_digest
|
Loading…
Add table
Add a link
Reference in a new issue