The request object associated with this event, from a Node http server, Express, Koa, or similar. Will be parsed for request details and user context from request.user if present. It will only pull out the data that’s handled by the server: headers , method , host , protocol , url , query , cookies , body , ip and user .