parseBool parses a boolean value from a request parameter. If the parameter is not present, it returns false. If the parameter is present but cannot be parsed, it returns false
(r *http.Request, key string)
no outgoing calls
no test coverage detected