I'm using Google's push notification api to update my users' calendars. That means Google will hit my GET endpoint every time they change their calendar. Their request has no body; all the data I need is in the headers.
But I don't see a way to access data in the headers. My inputs appear to only access data in the body.