Home
last modified time | relevance | path

Searched refs:pickProxy (Results 1 – 2 of 2) sorted by relevance

/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-server-1.1.1.2/src/Snap/Http/
H A DServer.hs257 (\ptype -> pickProxy ptype handler0)
260 pickProxy NoProxy = id function
261 pickProxy HaProxy = id -- we handle this case elsewhere function
262 pickProxy X_Forwarded_For = behindProxy Proxy.X_Forwarded_For function
/dports/www/hs-postgrest/postgrest-8.0.0/src/PostgREST/
H A DOpenAPI.hs333 pickProxy :: Maybe Text -> Maybe Proxy
334 pickProxy proxy function
364 case pickProxy $ toS <$> configOpenApiServerProxyUri of