directStrategy makes requests directly to an upstream URL.
| 94 | |
| 95 | // directStrategy makes requests directly to an upstream URL. |
| 96 | type directStrategy struct { |
| 97 | upstreamURL string |
| 98 | } |
| 99 | |
| 100 | type directStrategyConfig struct { |
| 101 | UpstreamURL string |
nothing calls this directly
no outgoing calls
no test coverage detected