Sha256: 7f6e11d22f37a139c4b5daa6cf994b331f1c9c00d7d4a19583324606c9c25769
Contents?: true
Size: 801 Bytes
Versions: 40
Compression:
Stored size: 801 Bytes
Contents
# OryOathkeeperClient::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] | ## Example ```ruby require 'ory-oathkeeper-client' instance = OryOathkeeperClient::Upstream.new( preserve_host: null, strip_path: null, url: null ) ```
Version data entries
40 entries across 40 versions & 1 rubygems