1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Remove old http-proxy, use the full version as the official http-proxy example (closes #164)

This commit is contained in:
Rotem Yaari
2019-08-19 21:42:31 +03:00
parent 7abc37139c
commit bc7e9f5e6b
8 changed files with 100 additions and 208 deletions

View File

@ -1,21 +1,14 @@
[package]
name = "http-proxy"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
edition = "2018"
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rotem Yaari <vmalloc@gmail.com>"]
workspace = ".."
[[bin]]
name = "proxy"
path = "src/main.rs"
[[bin]]
name = "proxy-example-server"
path = "src/server.rs"
edition = "2018"
[dependencies]
actix-rt = "0.2"
actix-web = { version = "1.0.0", features=["ssl"] }
env_logger = "0.5"
futures = "0.1"
clap = "2.32.0"
futures = "0.1.25"
failure = "0.1.3"
url = "1.7.1"