aesiniath / unbeliever

Opinionated Haskell Interoperability
https://hackage.haskell.org/package/unbeliever
MIT License
33 stars 11 forks source link

Additional configuration options when launching webservers #157

Open istathar opened 1 year ago

istathar commented 1 year ago

There are a few important configuration fields that are, at present, not exposed by launchWebserver. Two that have come to notice are

There are useful default values there now, so this isn't urgent, but something to think about. Perhaps we could call it launchWebserver'.

istathar commented 1 year ago

We probably also need a way to pass in a TLS certificate keypair if we want to terminate secure connections.