0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/modules/caddyhttp/reverseproxy
Mohammed Al Sahaf 2bfaf8e896 reverse_proxy: CB docs; rename type -> factor (#2986)
* v2: add documentation for circuit breaker config and "random selection" load balancing policy

* v2: rename circuit breaker config inline key from `type` to `breaker` to avoid json key clash between the `circuit_breaker` type and the `type` field of the generic circuit breaker Config struct used by circuit breaking implementations

* v2: restore the circuit breaker inline key to `type` and rename the name circuit breaker config field from `Type` to `Factor`
2020-01-18 18:42:56 -07:00
..
fastcgi httpcaddyfile: Fix nested blocks; add handle directive; refactor 2020-01-16 17:08:52 -07:00
caddyfile.go reverse_proxy: Add tls_trusted_ca_certs to Caddyfile (#2936) 2020-01-07 12:07:42 -07:00
circuitbreaker.go reverse_proxy: CB docs; rename type -> factor (#2986) 2020-01-18 18:42:56 -07:00
command.go Minor improvements; comments and shorter placeholders & module IDs 2019-12-12 14:31:20 -07:00
healthchecks.go http: Change routes to sequential matcher evaluation (#2967) 2020-01-09 10:00:13 -07:00
hosts.go http: Change routes to sequential matcher evaluation (#2967) 2020-01-09 10:00:13 -07:00
httptransport.go http: Change routes to sequential matcher evaluation (#2967) 2020-01-09 10:00:13 -07:00
ntlm.go Improve godocs all around 2019-12-23 12:45:35 -07:00
reverseproxy.go http: Change routes to sequential matcher evaluation (#2967) 2020-01-09 10:00:13 -07:00
selectionpolicies.go reverse_proxy: CB docs; rename type -> factor (#2986) 2020-01-18 18:42:56 -07:00
selectionpolicies_test.go Migrate some selection policy tests over to v2 2019-09-09 21:44:58 -06:00
streaming.go v2: housekeeping: address minor lint complaints (#2957) 2020-01-03 11:33:22 -07:00