- Fix #224 - request path ending with '/'
- Add MonitorMode option to the rate limit rules #217 (when set to true exceeding requests won't fail, but they are logged like they have failed)
eg:
{
"Ip": "84.247.85.232",
"Rules": [{
"Endpoint": ".+",
"Period": "1m",
"Limit": 1,
"MonitorMode": true
}]
}