From 6d21b33cdce42e867b926f159f8d79c0ee662db2 Mon Sep 17 00:00:00 2001 From: Jacky Hu Date: Thu, 11 Oct 2018 09:25:41 +0800 Subject: [PATCH] Remove deprecated parameters This is a follow up of I70e5cb07a4435f58f5da3999be70162efa7f0bd8, which eliminated the usage of the parameters removed here. Change-Id: I9c52aa6ef73482e2f2d83a6b228407790e18ca74 --- api-ref/source/parameters.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index cdbeeea0b2..8650c21852 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -1259,19 +1259,3 @@ weight-optional: in: body required: false type: integer -x_forwarded_for: - description: | - When ``true`` a ``X-Forwarded-For`` header is inserted into the request - to the backend ``member`` that specifies the client (source) IP address. - The default is ``false``. - in: body - required: false - type: boolean -x_forwarded_port: - description: | - When ``true`` a ``X-Forwarded-Port`` header is inserted into the request - to the backend ``member`` that specifies the listener port the request - was received on. The default is ``false``. - in: body - required: false - type: boolean