ProxyStrategy

Types of strategies to construct proxy request

Entries

Link copied to clipboard

Keep proxy URL fixed (baseURL + path). Send original URL via header.

Link copied to clipboard

Change ONLY the host (and optionally scheme/port if baseURL includes them).

Link copied to clipboard

Use proxy URL (baseURL + path) and put the original URL in a query param.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.