Manifest
#data/recorder-example.yaml
version: v1.3
type: OutboundRecorder
name: recorder-example
rules:
- request: # 1.
path: /api/** # 1.1
method: GET # 1.2
headers: # 1.3
content-type: text/plain # 1.3.1
host: example.com # 1.3.2
relative: GET # 1.4
recorder: # 2.
storage: # 2.1
type: memory # 2.1.1
expiration-policy: # 2.2
type: access # 2.2.1Description
Last updated