domani/src/domain
Brian Picciano 9beeffcdcf Revert "Have get_file accept and return structs, which will be easier to extend going forward"
This reverts commit a86020eedf.

Turns out that even with this change proxying won't work properly via
origin::Store, it'll just have to be a special case. I'm keeping the
commit around in case we want this for a later case.
2023-07-16 16:09:37 +02:00
..
acme Add token::MemStore, use it for http01 challenges 2023-07-12 19:01:31 +02:00
acme.rs Make domain manager do cert resolving for tls 2023-06-21 13:47:04 +02:00
checker.rs Use an HTTP challenge for ensuring that domains are correctly set up, rather than checking DNS records directly 2023-07-12 20:25:35 +02:00
config.rs Rename domain::Domain to domain::Settings, finished renaming it everywhere 2023-07-16 14:38:48 +02:00
manager.rs Revert "Have get_file accept and return structs, which will be easier to extend going forward" 2023-07-16 16:09:37 +02:00
name.rs Add builtin domains to configuration 2023-07-15 19:45:56 +02:00
store.rs Rename domain::Domain to domain::Settings, finished renaming it everywhere 2023-07-16 14:38:48 +02:00