domani/src
2023-07-17 20:22:22 +02:00
..
domain Support serve_protocols field on domain settings 2023-07-17 20:22:22 +02:00
error Pass the full domain::Settings into the proxy code 2023-07-17 16:19:25 +02:00
origin Add ability to add request headers to proxied requests 2023-07-17 16:54:03 +02:00
service Support serve_protocols field on domain settings 2023-07-17 20:22:22 +02:00
config.rs Fix config to match the README, add proxy to README 2023-07-16 17:43:31 +02:00
domain.rs Support serve_protocols field on domain settings 2023-07-17 20:22:22 +02:00
error.rs implement error::unexpected, use it everywhere 2023-06-17 15:41:39 +02:00
lib.rs Add token::MemStore, use it for http01 challenges 2023-07-12 19:01:31 +02:00
main.rs Add ability to add request headers to proxied requests 2023-07-17 16:54:03 +02:00
origin.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
service.rs Add secret service.http.form_method field for debugging 2023-07-16 13:55:06 +02:00
token.rs Add token::MemStore, use it for http01 challenges 2023-07-12 19:01:31 +02:00
util.rs Alias BoxByteStream, and test git get_file implementation 2023-07-08 15:22:44 +02:00