Sha256: a3befda388385b69be13756f05920d4dec67932c9fb25ae0bf1b48fc53953cf0
Contents?: true
Size: 857 Bytes
Versions: 12
Compression:
Stored size: 857 Bytes
Contents
# OryHydraClient::Upstream ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **preserve_host** | **Boolean** | PreserveHost, if false (the default), tells ORY Oathkeeper to set the upstream request's Host header to the hostname of the API's upstream's URL. Setting this flag to true instructs ORY Oathkeeper not to do so. | [optional] **strip_path** | **String** | StripPath if set, replaces the provided path prefix when forwarding the requested URL to the upstream URL. | [optional] **url** | **String** | URL is the URL the request will be proxied to. | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::Upstream.new(preserve_host: null, strip_path: null, url: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems