| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Network.HProx
Description
Instead of running hprox binary directly, you can use this library
to run HProx in front of arbitrary WAI Application.
Documentation
Configuration of HProx, see hprox --help for details
Certificate file pairs
defaultConfig :: Config Source #
Default value of Config, same as running hprox without arguments
Arguments
| :: Application | fallback application |
| -> Config | configuration |
| -> IO () |
Run HProx in front of fallback Application, with specified Config