{"specversion": "1.0","id": "13a3f42d-7258-4ada-da6d-023a333b4662","type": "connector:apigw","source": "apigw.cloud.tencent","subject": "qcs::apigw:ap-guangzhou:uid1250000000/appidxxx:Serverid/Appid","time": "1615430559146","region": "ap-guangzhou","datacontenttype": "application/json;charset=utf-8","data": {"headers": {"Accept-Language": "en-US,en,cn","Accept": "text/html,application/xml,application/json","Host": "service-3ei3tii4-251000691.ap-guangzhou.apigateway.myqloud.com","User-Agent": "User Agent String"},"body": "{\\"test\\":\\"body\\"}","stageVariables": {"stage": "release"},"path": "/test/value","queryString": {"foo": "bar","bob": "alice"},"httpMethod": "POST"}}
Parameter | Description |
path | Records the complete path of the actual request. |
httpMethod | Records the HTTP method of the actual request. |
queryString | Records the complete query content of the actual request. |
body | Records the content of the actual request after being converted into a String . |
headers | Records the complete headers of the actual request. |
Was this page helpful?