|
| 1 | +{ |
| 2 | + "version":"2.0", |
| 3 | + "routeKey":"$default", |
| 4 | + "rawPath":"/", |
| 5 | + "rawQueryString":"", |
| 6 | + "headers":{ |
| 7 | + "sec-fetch-mode":"navigate", |
| 8 | + "x-amzn-tls-version":"TLSv1.2", |
| 9 | + "sec-fetch-site":"cross-site", |
| 10 | + "accept-language":"pt-BR,pt;q=0.9", |
| 11 | + "x-forwarded-proto":"https", |
| 12 | + "x-forwarded-port":"443", |
| 13 | + "x-forwarded-for":"123.123.123.123", |
| 14 | + "sec-fetch-user":"?1", |
| 15 | + "accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", |
| 16 | + "x-amzn-tls-cipher-suite":"ECDHE-RSA-AES128-GCM-SHA256", |
| 17 | + "sec-ch-ua":"\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"102\", \"Google Chrome\";v=\"102\"", |
| 18 | + "sec-ch-ua-mobile":"?0", |
| 19 | + "x-amzn-trace-id":"Root=1-62ecd163-5f302e550dcde3b12402207d", |
| 20 | + "sec-ch-ua-platform":"\"Linux\"", |
| 21 | + "host":"<url-id>.lambda-url.us-east-1.on.aws", |
| 22 | + "upgrade-insecure-requests":"1", |
| 23 | + "cache-control":"max-age=0", |
| 24 | + "accept-encoding":"gzip, deflate, br", |
| 25 | + "sec-fetch-dest":"document", |
| 26 | + "user-agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36" |
| 27 | + }, |
| 28 | + "queryStringParameters": { |
| 29 | + "parameter1": "value1,value2", |
| 30 | + "parameter2": "value" |
| 31 | + }, |
| 32 | + "requestContext":{ |
| 33 | + "accountId":"anonymous", |
| 34 | + "apiId":"<url-id>", |
| 35 | + "domainName":"<url-id>.lambda-url.us-east-1.on.aws", |
| 36 | + "domainPrefix":"<url-id>", |
| 37 | + "http":{ |
| 38 | + "method":"GET", |
| 39 | + "path":"/", |
| 40 | + "protocol":"HTTP/1.1", |
| 41 | + "sourceIp":"123.123.123.123", |
| 42 | + "userAgent":"agent" |
| 43 | + }, |
| 44 | + "requestId":"id", |
| 45 | + "routeKey":"$default", |
| 46 | + "stage":"$default", |
| 47 | + "time":"05/Aug/2022:08:14:39 +0000", |
| 48 | + "timeEpoch":1659687279885 |
| 49 | + }, |
| 50 | + "isBase64Encoded":false |
| 51 | +} |
0 commit comments