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

Version Path
ory-oathkeeper-client-0.38.5.beta1 docs/Upstream.md
ory-oathkeeper-client-0.38.4.beta1 docs/Upstream.md
ory-oathkeeper-client-0.38.2.beta1 docs/Upstream.md
ory-oathkeeper-client-0.38.1.beta1 docs/Upstream.md
ory-oathkeeper-client-0.38.0.beta2 docs/Upstream.md
ory-oathkeeper-client-0.37.1.beta1 docs/Upstream.md
ory-oathkeeper-client-0.37.0.beta1 docs/Upstream.md
ory-oathkeeper-client-0.36.0.beta4 docs/Upstream.md
ory-oathkeeper-client-0.35.5.beta2 docs/Upstream.md
ory-oathkeeper-client-0.35.5.beta1 docs/Upstream.md
ory-oathkeeper-client-0.35.1.beta1 docs/Upstream.md
ory-oathkeeper-client-0.35.0.alpha1 docs/Upstream.md