The following bool-ish strings are now recognized by req.get_param_as_bool:
True: ('true', 'True', 'yes')
False: ('false', 'False', 'no')
Closes #107
The following bool-ish strings are now recognized by req.get_param_as_bool:
True: ('true', 'True', 'yes')
False: ('false', 'False', 'no')
Closes #107