QueryParams.trim_whitespace

Option to trim whitespace from keys and values, enabled by default.

Note that changing this option during an iteration becomes effective when the next iteration is started.

class QueryParams
bool trim_whitespace;

Meta