ResponseExtractionMapping

Configuration that defines how to extract values from HTTP response content or headers for use in subsequent requests or parameter mapping.

Types

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

Properties

Link copied to clipboard

A JSON path expression that specifies how to extract a value from the response body content.

Link copied to clipboard

The name of an HTTP response header from which to extract the value.

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