foxy-io 0.2.2

A configuration-driven and hyper-extensible HTTP proxy library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###############################################################################
#  Minimal baseline configuration for Foxy                                  #
#                                                                           #
#  • The image copies this file to /etc/foxy/config.toml at build-time.      #
#  • Override it at run-time with:                                           #
#      docker run -v $(pwd)/my-config.toml:/etc/foxy/config.toml …          #
###############################################################################

[server]
listen = "0.0.0.0:8080"

# Example route (uncomment / customise)
# [[routes]]
# id       = "echo"
# upstream = "http://example.com"