Looks like there is a typo that is causing a compiler error on the latest version (1.1.4). Immediately on importing the update, I start getting the following compiler error:
Assets/Easy Feedback/Scripts/Core/Web/AsyncWebRequestData.cs(45,47): error CS0103: The name `request' does not exist in the current context
It goes away if I change 'request' to 'Request'.