MetadataConfiguration

Configuration for HTTP header and query parameter propagation between the gateway and target servers.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of URL query parameters that are allowed to be propagated from incoming gateway URL to the target.

Link copied to clipboard

A list of HTTP headers that are allowed to be propagated from incoming client requests to the target.

Link copied to clipboard

A list of HTTP headers that are allowed to be propagated from the target response back to the client.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String